Hardcode newline outside of message to avoid issues with translations as fixed by Evan in Commit:6868bf461a5186be3eac619b73cc6550c6048f93.
This commit is contained in:
parent
3b3bf74176
commit
30bb740642
|
@ -125,7 +125,7 @@ class GroupdirectoryAction extends Action
|
|||
return _m("After you join a group you can send messages to all other members\n".
|
||||
"using the syntax \"!groupname\".\n\n".
|
||||
"Browse groups, or search for groups on by their name, location or topic.\n".
|
||||
"Separate the terms by spaces; they must be three characters or more.\n");
|
||||
"Separate the terms by spaces; they must be three characters or more.") . "\n";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user