Migrate more strings to translation keys (#11694)
This commit is contained in:
parent
677854d318
commit
e1cfde0c6e
201 changed files with 21074 additions and 18552 deletions
|
@ -345,7 +345,7 @@ export default class AliasSettings extends React.Component<IProps, IState> {
|
|||
label={_t("room_settings|general|canonical_alias_field_label")}
|
||||
>
|
||||
<option value="" key="unset">
|
||||
{_t("not specified")}
|
||||
{_t("room_settings|alias_not_specified")}
|
||||
</option>
|
||||
{this.getAliases().map((alias, i) => {
|
||||
if (alias === this.state.canonicalAlias) found = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue