Migrate more strings to translation keys (#11574)
This commit is contained in:
parent
3201ae3534
commit
36a7a96e0e
72 changed files with 6593 additions and 6152 deletions
|
@ -92,14 +92,14 @@ export default class TermsDialog extends React.PureComponent<ITermsDialogProps,
|
|||
case SERVICE_TYPES.IS:
|
||||
return (
|
||||
<div>
|
||||
{_t("Identity server")}
|
||||
{_t("common|identity_server")}
|
||||
<br />({host})
|
||||
</div>
|
||||
);
|
||||
case SERVICE_TYPES.IM:
|
||||
return (
|
||||
<div>
|
||||
{_t("Integration manager")}
|
||||
{_t("common|integration_manager")}
|
||||
<br />({host})
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue