Remove duplicate white space characters from translation keys (#10152)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
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 },
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue