From 71b7c2cc16076e73a2e89b4438eaf3a25efc2588 Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Fri, 16 Jul 2021 16:18:15 -0400 Subject: [PATCH] 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 #4754. The string was already added, in #4829. --- static/translations/messages_en.json | 1 - 1 file changed, 1 deletion(-) diff --git a/static/translations/messages_en.json b/static/translations/messages_en.json index 59e31998ada..58cf5e7e68f 100644 --- a/static/translations/messages_en.json +++ b/static/translations/messages_en.json @@ -38,7 +38,6 @@ "Why not start the conversation?": "Why not start the conversation?", "That conversation doesn't seem to exist.": "That conversation doesn't seem to exist.", "Request timed out.": "Request timed out.", - "Oops! Something went wrong.": "Oops! Something went wrong.", "Chat": "Chat", "Sign in with {method}": "Sign in with {method}", "Cannot connect to server": "Cannot connect to server",