Migrate more strings to translation keys (#11665)
This commit is contained in:
parent
de250df520
commit
54c88c57ed
127 changed files with 6797 additions and 5825 deletions
|
@ -31,7 +31,7 @@ export default class NonUrgentEchoFailureToast extends React.PureComponent {
|
|||
<div className="mx_NonUrgentEchoFailureToast">
|
||||
<span className="mx_NonUrgentEchoFailureToast_icon" />
|
||||
{_t(
|
||||
"Your server isn't responding to some <a>requests</a>.",
|
||||
"error|non_urgent_echo_failure_toast",
|
||||
{},
|
||||
{
|
||||
a: (sub) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue