mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 16:51:52 +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 (
|
||||
<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…
x
Reference in New Issue
Block a user