mirror of https://github.com/vector-im/riot-web
Make the addresses heading on the aliases settings view translatable
parent
ce6957a288
commit
a29ab0976b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue