diff --git a/packages/nc-gui/components/general/CopyUrl.vue b/packages/nc-gui/components/general/CopyUrl.vue
index 43d516a4db..dace5df465 100644
--- a/packages/nc-gui/components/general/CopyUrl.vue
+++ b/packages/nc-gui/components/general/CopyUrl.vue
@@ -40,18 +40,29 @@ const copyUrl = async () => {
{{ url }}
-
-
-
-
-
-
+
+
+ {{ $t('activity.openInANewTab') }}
+
+
+
+
+
+
+
+
+ {{ $t('activity.copyIFrameCode') }}
+
+
+
+
+
diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json
index 5e82f7cc51..0d3eaffe40 100644
--- a/packages/nc-gui/lang/en.json
+++ b/packages/nc-gui/lang/en.json
@@ -620,6 +620,8 @@
"newFormLoaded": "New form will be loaded after"
},
"activity": {
+ "openInANewTab": "Open in a new tab",
+ "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition",
"bulkDownload": "Bulk Download",
"attachFile": "Attach File",