From fde116458c34d3ecbe6b5f88429e70e997bef068 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 28 Nov 2019 09:08:24 -0700 Subject: [PATCH] Words are hard --- src/TextForEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextForEvent.js b/src/TextForEvent.js index 956674b6d6..cd0c5cfc5f 100644 --- a/src/TextForEvent.js +++ b/src/TextForEvent.js @@ -367,7 +367,7 @@ function textForCallInviteEvent(event) { // This ladder could be reduced down to a couple string variables, however other languages // can have a hard time translating those strings. In an effort to make translations easier - // and more accurate, we break out the string-based variables in the a couple booleans. + // and more accurate, we break out the string-based variables to a couple booleans. if (isVoice && isSupported) { return _t("%(senderName)s placed a voice call.", {senderName}); } else if (isVoice && !isSupported) {