From 402f62e09ab1fc87d14d6bd16bcf0f6e75ae91a8 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Fri, 14 Oct 2022 18:38:33 -0400 Subject: [PATCH] Consolidate some similar strings --- public/locales/en-GB/app.json | 4 +--- src/room/RageshakeRequestModal.tsx | 2 +- src/room/RoomAuthView.tsx | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index e9c03b03..44e3c2fc 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -70,7 +70,6 @@ "Mute microphone": "Mute microphone", "No": "No", "Not now, return to home screen": "Not now, return to home screen", - "Not registered yet? <1>Create an account": "Not registered yet? <1>Create an account", "Not registered yet? <2>Create an account": "Not registered yet? <2>Create an account", "Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}": "Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}", "Password": "Password", @@ -91,9 +90,8 @@ "Save": "Save", "Saving…": "Saving…", "Select an option": "Select an option", - "Send debug log": "Send debug log", "Send debug logs": "Send debug logs", - "Sending debug log…": "Sending debug log…", + "Sending debug logs…": "Sending debug logs…", "Sending…": "Sending…", "Settings": "Settings", "Share screen": "Share screen", diff --git a/src/room/RageshakeRequestModal.tsx b/src/room/RageshakeRequestModal.tsx index d1220b5d..a6257aee 100644 --- a/src/room/RageshakeRequestModal.tsx +++ b/src/room/RageshakeRequestModal.tsx @@ -62,7 +62,7 @@ export const RageshakeRequestModal: FC = ({ } disabled={sending} > - {sending ? t("Sending debug log…") : t("Send debug log")} + {sending ? t("Sending debug logs…") : t("Send debug logs")} {error && ( diff --git a/src/room/RoomAuthView.tsx b/src/room/RoomAuthView.tsx index d38f05b7..5ee74e19 100644 --- a/src/room/RoomAuthView.tsx +++ b/src/room/RoomAuthView.tsx @@ -98,7 +98,7 @@ export function RoomAuthView() { - {"Not registered yet? "} + Not registered yet?{" "}