diff --git a/src/components/views/rooms/PinnedEventsPanel.js b/src/components/views/rooms/PinnedEventsPanel.js
index 8f898b11..fba0d828 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 9b1780f7..d403c7c1 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 1d2fc1c9..cc42d785 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.",