Skip to content

Commit efdb4b0

Browse files
committed
i18n for 'Jump to message' button
Signed-off-by: Travis Ralston <travpc@gmail.com>
1 parent 59a253a commit efdb4b0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/components/views/rooms/PinnedEventsPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const PinnedEventTile = React.createClass({
7575
<div className="mx_PinnedEventTile">
7676
<div className="mx_PinnedEventTile_actions">
7777
<AccessibleButton className="mx_PinnedEventTile_gotoButton mx_textButton" onClick={this.onTileClicked}>
78-
Jump to message
78+
{ _t("Jump to message") }
7979
</AccessibleButton>
8080
{ unpinButton }
8181
</div>

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
"Continue": "Continue",
216216
"Pin Message": "Pin Message",
217217
"Unpin Message": "Unpin Message",
218+
"Jump to message": "Jump to message",
218219
"Please set a password!": "Please set a password!",
219220
"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.",
220221
"You have successfully set a password and an email address!": "You have successfully set a password and an email address!",

src/i18n/strings/en_US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
"Warning": "Warning",
202202
"Pin Message": "Pin Message",
203203
"Unpin Message": "Unpin Message",
204+
"Jump to message": "Jump to message",
204205
"Checking for an update...": "Checking for an update...",
205206
"Error encountered (%(errorDetail)s).": "Error encountered (%(errorDetail)s).",
206207
"No update available.": "No update available.",

0 commit comments

Comments
 (0)