fix: restore copyOpenGroupURL key

it is still used
pull/3083/head
William Grant 2 years ago
parent 30118c3426
commit 64bd7b8e5e

@ -109,6 +109,7 @@
"copiedToClipboard": "Copied", "copiedToClipboard": "Copied",
"copyErrorAndQuit": "Copy error and quit", "copyErrorAndQuit": "Copy error and quit",
"copyMessage": "Copy message text", "copyMessage": "Copy message text",
"copyOpenGroupURL": "Copy Group URL",
"couldntFindServerMatching": "Couldn't find the corresponding Community server", "couldntFindServerMatching": "Couldn't find the corresponding Community server",
"create": "Create", "create": "Create",
"createClosedGroupPlaceholder": "Enter a group name", "createClosedGroupPlaceholder": "Enter a group name",

@ -109,6 +109,7 @@ export type LocalizerKeys =
| 'copiedToClipboard' | 'copiedToClipboard'
| 'copyErrorAndQuit' | 'copyErrorAndQuit'
| 'copyMessage' | 'copyMessage'
| 'copyOpenGroupURL'
| 'couldntFindServerMatching' | 'couldntFindServerMatching'
| 'create' | 'create'
| 'createClosedGroupPlaceholder' | 'createClosedGroupPlaceholder'

Loading…
Cancel
Save