From efdb4b02c6dfaafc315ce3d6dd8f7435034f3c07 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 29 Sep 2017 10:55:52 -0600 Subject: [PATCH] i18n for 'Jump to message' button Signed-off-by: Travis Ralston --- src/components/views/rooms/PinnedEventsPanel.js | 2 +- src/i18n/strings/en_EN.json | 1 + src/i18n/strings/en_US.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/views/rooms/PinnedEventsPanel.js b/src/components/views/rooms/PinnedEventsPanel.js index 8f898b11eb..fba0d82825 100644 --- a/src/components/views/rooms/PinnedEventsPanel.js +++ b/src/components/views/rooms/PinnedEventsPanel.js @@ -75,7 +75,7 @@ const PinnedEventTile = React.createClass({
- Jump to message + { _t("Jump to message") } { unpinButton }
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 9b1780f781..d403c7c1e8 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -215,6 +215,7 @@ "Continue": "Continue", "Pin Message": "Pin Message", "Unpin Message": "Unpin Message", + "Jump to message": "Jump to message", "Please set a password!": "Please set a password!", "This will allow you to return to your account after signing out, and sign in on other devices.": "This will allow you to return to your account after signing out, and sign in on other devices.", "You have successfully set a password and an email address!": "You have successfully set a password and an email address!", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 1d2fc1c97a..cc42d78568 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -201,6 +201,7 @@ "Warning": "Warning", "Pin Message": "Pin Message", "Unpin Message": "Unpin Message", + "Jump to message": "Jump to message", "Checking for an update...": "Checking for an update...", "Error encountered (%(errorDetail)s).": "Error encountered (%(errorDetail)s).", "No update available.": "No update available.",