i18n things
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
0f4dc5c072
commit
98e99d542b
2 changed files with 5 additions and 3 deletions
|
@ -865,10 +865,10 @@ module.exports = React.createClass({
|
|||
const platform = PlatformPeg.get();
|
||||
if ('canSelfUpdate' in platform && platform.canSelfUpdate()) {
|
||||
return <div>
|
||||
<h3>Updates</h3>
|
||||
<h3>{_t('Updates')}</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
<AccessibleButton className="mx_UserSettings_button danger" onClick={this._onCheckUpdates}>
|
||||
Check for update
|
||||
<AccessibleButton className="mx_UserSettings_button" onClick={this._onCheckUpdates}>
|
||||
{_t('Check for update')}
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
</div>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue