From 64bd7b8e5e5e461cf2c76ad124531cfa85709864 Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 22 Apr 2024 18:05:28 +1000 Subject: [PATCH] fix: restore copyOpenGroupURL key it is still used --- _locales/en/messages.json | 1 + ts/types/LocalizerKeys.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 9247d3a5e..e0bb9049f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -109,6 +109,7 @@ "copiedToClipboard": "Copied", "copyErrorAndQuit": "Copy error and quit", "copyMessage": "Copy message text", + "copyOpenGroupURL": "Copy Group URL", "couldntFindServerMatching": "Couldn't find the corresponding Community server", "create": "Create", "createClosedGroupPlaceholder": "Enter a group name", diff --git a/ts/types/LocalizerKeys.ts b/ts/types/LocalizerKeys.ts index b4140735b..f85a64c31 100644 --- a/ts/types/LocalizerKeys.ts +++ b/ts/types/LocalizerKeys.ts @@ -109,6 +109,7 @@ export type LocalizerKeys = | 'copiedToClipboard' | 'copyErrorAndQuit' | 'copyMessage' + | 'copyOpenGroupURL' | 'couldntFindServerMatching' | 'create' | 'createClosedGroupPlaceholder'