fix all links
This commit is contained in:
parent
f58788b47c
commit
f58b758009
21 changed files with 21 additions and 21 deletions
|
|
@ -459,7 +459,7 @@ class L10n extends MatrixLocalizations {
|
|||
String get invited => Intl.message("Invited");
|
||||
|
||||
String inviteText(String username, String link) => Intl.message(
|
||||
"$username invited you to FluffyChat. \n1. Install FluffyChat: http://fluffy.chat \n2. Sign up or sign in \n3. Open the invite link: $link",
|
||||
"$username invited you to FluffyChat. \n1. Install FluffyChat: https://fluffychat.im \n2. Sign up or sign in \n3. Open the invite link: $link",
|
||||
name: "inviteText",
|
||||
args: [username, link],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue