mirror of
https://github.com/bitwarden/mobile
synced 2026-01-13 05:53:18 +00:00
[AC-1070] Remove usage of i18nService
This commit is contained in:
@@ -55,8 +55,8 @@ namespace Bit.App.Pages
|
||||
get
|
||||
{
|
||||
return Reason == ForcePasswordResetReason.WeakMasterPasswordOnLogin
|
||||
? _i18nService.T("UpdateWeakMasterPasswordWarning")
|
||||
: _i18nService.T("UpdateMasterPasswordWarning");
|
||||
? AppResources.UpdateWeakMasterPasswordWarning
|
||||
: AppResources.UpdateMasterPasswordWarning;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user