Nicer Settings UX

This commit is contained in:
Christian Pauly 2020-02-16 09:56:17 +01:00
commit 617a09c05d
4 changed files with 101 additions and 45 deletions

View file

@ -51,6 +51,10 @@ class I18n {
args: [username],
);
String get account => Intl.message("Account");
String get accountInformations => Intl.message("Account informations");
String activatedEndToEndEncryption(String username) => Intl.message(
"$username activated end to end encryption",
name: "activatedEndToEndEncryption",