Make the addresses heading on the aliases settings view translatable

This commit is contained in:
Peter Vágner 2017-11-08 10:23:11 +01:00
parent ce6957a288
commit a29ab0976b

View file

@ -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>