Compare commits

...

2 Commits

Author SHA1 Message Date
NaiJi ✨ 09cb734859 Merge pull request 'fix: Update loginInfo with new service IDs' (#419) from new-service-ids into master
continuous-integration/drone/push Build is passing Details
Reviewed-on: #419
Reviewed-by: NaiJi  <naiji@noreply.git.selfprivacy.org>
2024-01-10 16:17:13 +02:00
Inex Code b974062626 fix: Update loginInfo with new service IDs 2024-01-10 15:50:37 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -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();