Migrate more strings to translation keys (#11683)
This commit is contained in:
parent
632d8f4bc7
commit
41a2325a2a
86 changed files with 4744 additions and 4051 deletions
|
@ -35,7 +35,7 @@ export default class MjolnirBody extends React.Component<IBodyProps> {
|
|||
<div className="mx_MjolnirBody">
|
||||
<i>
|
||||
{_t(
|
||||
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>",
|
||||
"timeline|mjolnir|message_hidden",
|
||||
{},
|
||||
{
|
||||
a: (sub) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue