1
0
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:
Shane Melton
2023-03-10 15:34:58 -08:00
parent 77280a42f1
commit 251053dc1d

View File

@@ -55,8 +55,8 @@ namespace Bit.App.Pages
get
{
return Reason == ForcePasswordResetReason.WeakMasterPasswordOnLogin
? _i18nService.T("UpdateWeakMasterPasswordWarning")
: _i18nService.T("UpdateMasterPasswordWarning");
? AppResources.UpdateWeakMasterPasswordWarning
: AppResources.UpdateMasterPasswordWarning;
}
}