Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit f03b788

Browse files
fix(settings): l10n of window title
'Settings' does not exist in the localisation files, but 'nav.settings' does.
1 parent efbef10 commit f03b788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,6 @@ module.exports = Backbone.Router.extend({
454454
bodyID: 'userPage'
455455
});
456456

457-
app.appBar.setTitle(window.polyglot.t('Settings'));
457+
app.appBar.setTitle(window.polyglot.t('nav.settings'));
458458
}
459459
});

0 commit comments

Comments
 (0)