mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-06 16:14:15 +00:00
Merge pull request 'fix: Change 'mailserver' string id to 'email' in loginInfo switch' (#327) from mailserver-description into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/327 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
35faadcc63
|
@ -56,7 +56,7 @@ class Service {
|
|||
/// TODO Turn loginInfo into dynamic data, not static!
|
||||
String get loginInfo {
|
||||
switch (id) {
|
||||
case 'mailserver':
|
||||
case 'email':
|
||||
return 'mail.login_info'.tr();
|
||||
case 'bitwarden':
|
||||
return 'password_manager.login_info'.tr();
|
||||
|
|
Loading…
Reference in a new issue