Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n: Remove a duplicate message key.
I got the following error when I ran `tools/tx-sync`: ``` Step 3: Upload strings to translate... + tx --quiet push -s tx ERROR: Error received from server: Duplicate string key ('Oops! Something went wrong\.') in line 247 tx ERROR: Could not upload source file. You can use --skip to ignore this error and continue the execution. tx ERROR: Error received from server: Duplicate string key ('Oops! Something went wrong\.') in line 247 ``` Looks like maybe a rebase error when I was working on zulip#4754. The string was already added, in zulip#4829.
- Loading branch information