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>
add_load_animation_to_providers^2
NaiJi ✨ 2024-01-10 16:17:13 +02:00
commit 09cb734859
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();