Remove duplicate white space characters from translation keys (#10152)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara
2023-02-14 08:59:39 +01:00
committed by GitHub
parent 742fc25a11
commit aded28ed25
2 changed files with 5 additions and 5 deletions
@@ -321,8 +321,8 @@ export default class ReportEventDialog extends React.Component<IProps, IState> {
subtitle = _t(
"This user is displaying toxic behaviour, " +
"for instance by insulting other users or sharing " +
" adult-only content in a family-friendly room " +
" or otherwise violating the rules of this room.\n" +
"adult-only content in a family-friendly room " +
"or otherwise violating the rules of this room.\n" +
"This will be reported to the room moderators.",
);
break;
@@ -352,7 +352,7 @@ export default class ReportEventDialog extends React.Component<IProps, IState> {
subtitle = _t(
"This room is dedicated to illegal or toxic content " +
"or the moderators fail to moderate illegal or toxic content.\n" +
" This will be reported to the administrators of %(homeserver)s.",
"This will be reported to the administrators of %(homeserver)s.",
{ homeserver: homeServerName },
);
}