Migrate more strings to translation keys (#11671)
This commit is contained in:
parent
13aed62a91
commit
4d0d024e86
125 changed files with 7066 additions and 6607 deletions
|
@ -63,7 +63,7 @@ export default class BridgeSettingsTab extends React.Component<IProps> {
|
|||
<div>
|
||||
<p>
|
||||
{_t(
|
||||
"This room is bridging messages to the following platforms. <a>Learn more.</a>",
|
||||
"room_settings|bridges|description",
|
||||
{},
|
||||
{
|
||||
// TODO: We don't have this link yet: this will prevent the translators
|
||||
|
@ -85,7 +85,7 @@ export default class BridgeSettingsTab extends React.Component<IProps> {
|
|||
content = (
|
||||
<p>
|
||||
{_t(
|
||||
"This room isn't bridging messages to any platforms. <a>Learn more.</a>",
|
||||
"room_settings|bridges|empty",
|
||||
{},
|
||||
{
|
||||
// TODO: We don't have this link yet: this will prevent the translators
|
||||
|
@ -103,7 +103,7 @@ export default class BridgeSettingsTab extends React.Component<IProps> {
|
|||
|
||||
return (
|
||||
<SettingsTab>
|
||||
<SettingsSection heading={_t("Bridges")}>{content}</SettingsSection>
|
||||
<SettingsSection heading={_t("room_settings|bridges|title")}>{content}</SettingsSection>
|
||||
</SettingsTab>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue