diff --git a/artifacts/tx-os/src/locales/ar.json b/artifacts/tx-os/src/locales/ar.json index bab4b984..20dbebb9 100644 --- a/artifacts/tx-os/src/locales/ar.json +++ b/artifacts/tx-os/src/locales/ar.json @@ -1824,7 +1824,8 @@ "position": "المنصب", "addRow": "إضافة صف", "removeRow": "حذف الصف" - } + }, + "openLink": "فتح" }, "external": { "new": "لقاء جديد", diff --git a/artifacts/tx-os/src/locales/en.json b/artifacts/tx-os/src/locales/en.json index e2b53f04..14cb214e 100644 --- a/artifacts/tx-os/src/locales/en.json +++ b/artifacts/tx-os/src/locales/en.json @@ -1677,7 +1677,8 @@ "position": "Position", "addRow": "Add row", "removeRow": "Remove row" - } + }, + "openLink": "Open" }, "external": { "new": "New meeting", diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index 5155e20e..b1bbfc32 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -26,6 +26,7 @@ import { Search as SearchIcon, Link2, Copy, + ExternalLink, Upload, Loader2, Download, @@ -1471,34 +1472,32 @@ export default function ProtocolPage() {
-
-

- {t("protocol.bookings.shareLinkTitle")} -

-

- {publicBookingUrl} -

-
+

+ {t("protocol.bookings.shareLinkTitle")} +

+
+
+ +
-
{bookingsView === "list" && (