Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add some missing translatable strings #1588

Merged
merged 6 commits into from
Dec 7, 2017
2 changes: 1 addition & 1 deletion src/components/views/room_settings/AliasSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ module.exports = React.createClass({

return (
<div>
<h3>Addresses</h3>
<h3>{ _t('Addresses') }</h3>
<div className="mx_RoomSettings_aliasLabel">
{ _t('The main address for this room is') }: { canonical_alias_section }
</div>
Expand Down