fix all links

This commit is contained in:
CuteTadpole 2020-08-31 22:16:22 +03:00
commit f58b758009
21 changed files with 21 additions and 21 deletions

View file

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