mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-06 11:11:07 +01:00
Make the addresses heading on the aliases settings view translatable
This commit is contained in:
parent
ce6957a288
commit
a29ab0976b
@ -253,7 +253,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h3>Addresses</h3>
|
<h3>{ _t('Addresses') }</h3>
|
||||||
<div className="mx_RoomSettings_aliasLabel">
|
<div className="mx_RoomSettings_aliasLabel">
|
||||||
{ _t('The main address for this room is') }: { canonical_alias_section }
|
{ _t('The main address for this room is') }: { canonical_alias_section }
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user