From 286761ee000a8959bd2229feeb97abb9598571a3 Mon Sep 17 00:00:00 2001 From: Nathan Ritchie <48845980+ctaetcsh@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:05:28 -0700 Subject: [PATCH] Fix absolutely unacceptable punctuation error (#1249) --- src/i18n/en_US.json | 2 +- src/i18n/source/en_US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index e7873bef..5924e72f 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -201,7 +201,7 @@ "term.confirmLogout": "Are you sure you want to logout?", "term.creditDesignedBy": "Designed by ${authorUsername}", "term.discNumber": "Disc ${discNumber}", - "term.reload" : "Reload Cider ?", + "term.reload" : "Reload Cider?", "term.toggleprivate" : "Toggle Private Session", "term.webremote" : "Web Remote", "term.cast" : "Cast", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index e7873bef..5924e72f 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -201,7 +201,7 @@ "term.confirmLogout": "Are you sure you want to logout?", "term.creditDesignedBy": "Designed by ${authorUsername}", "term.discNumber": "Disc ${discNumber}", - "term.reload" : "Reload Cider ?", + "term.reload" : "Reload Cider?", "term.toggleprivate" : "Toggle Private Session", "term.webremote" : "Web Remote", "term.cast" : "Cast",