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 07:59:39 +00:00 committed by GitHub
parent 742fc25a11
commit aded28ed25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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 },
);
}