mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
Merge pull request 'fix: Update loginInfo with new service IDs' (#419) from new-service-ids into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/419 Reviewed-by: NaiJi ✨ <naiji@noreply.git.selfprivacy.org>
This commit is contained in:
commit
09cb734859
|
@ -56,11 +56,11 @@ class Service {
|
|||
/// TODO Turn loginInfo into dynamic data, not static!
|
||||
String get loginInfo {
|
||||
switch (id) {
|
||||
case 'email':
|
||||
case 'simple-nixos-mailserver':
|
||||
return 'mail.login_info'.tr();
|
||||
case 'bitwarden':
|
||||
return 'password_manager.login_info'.tr();
|
||||
case 'jitsi':
|
||||
case 'jitsi-meet':
|
||||
return 'video.login_info'.tr();
|
||||
case 'nextcloud':
|
||||
return 'cloud.login_info'.tr();
|
||||
|
|
Loading…
Reference in a new issue