diff --git a/frontend/src/components/canvas/components/editor/CanvasOptBar.vue b/frontend/src/components/canvas/components/editor/CanvasOptBar.vue
index e41f595138..0f174096c0 100644
--- a/frontend/src/components/canvas/components/editor/CanvasOptBar.vue
+++ b/frontend/src/components/canvas/components/editor/CanvasOptBar.vue
@@ -6,6 +6,7 @@
+
+
+
\ No newline at end of file
diff --git a/frontend/src/icons/svg/link-down.svg b/frontend/src/icons/svg/link-down.svg
new file mode 100644
index 0000000000..90a6a5bda1
--- /dev/null
+++ b/frontend/src/icons/svg/link-down.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js
index 9068ffd9bb..70576e101f 100644
--- a/frontend/src/lang/en.js
+++ b/frontend/src/lang/en.js
@@ -1862,7 +1862,8 @@ export default {
input_placeholder: 'Please enter the 4-digits-letters',
pwd_error: 'Wrong password',
pwd_format_error: 'Please enter the 4-digits-letters',
- sure_bt: 'Confirm'
+ sure_bt: 'Confirm',
+ back_parent: 'Back to previous'
},
panel: {
diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js
index 2814a8f010..2d7a6ca4f8 100644
--- a/frontend/src/lang/tw.js
+++ b/frontend/src/lang/tw.js
@@ -1862,7 +1862,8 @@ export default {
input_placeholder: '請輸入4位數字或字母',
pwd_error: '密碼錯誤',
pwd_format_error: '請輸入4位數字或字母',
- sure_bt: '確定'
+ sure_bt: '確定',
+ back_parent: '返回上一級'
},
panel: {
diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js
index b078c35d21..e99ddb82f4 100644
--- a/frontend/src/lang/zh.js
+++ b/frontend/src/lang/zh.js
@@ -1862,7 +1862,8 @@ export default {
input_placeholder: '请输入4位数字或字母',
pwd_error: '密码错误',
pwd_format_error: '请输入4位数字或字母',
- sure_bt: '确定'
+ sure_bt: '确定',
+ back_parent: '返回上一级'
},
panel: {