mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
i18n for 'Jump to message' button
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
59a253af37
commit
efdb4b02c6
3 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,7 @@ const PinnedEventTile = React.createClass({
|
|||
<div className="mx_PinnedEventTile">
|
||||
<div className="mx_PinnedEventTile_actions">
|
||||
<AccessibleButton className="mx_PinnedEventTile_gotoButton mx_textButton" onClick={this.onTileClicked}>
|
||||
Jump to message
|
||||
{ _t("Jump to message") }
|
||||
</AccessibleButton>
|
||||
{ unpinButton }
|
||||
</div>
|
||||
|
|
|
@ -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!",
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue