1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-18 20:09:44 +01:00

replace password copied

This commit is contained in:
Kyle Spearrin 2019-06-04 09:48:08 -04:00
parent f7977c3435
commit 8b591a7f0c

View File

@ -255,7 +255,8 @@ namespace Bit.App.Pages
public async Task CopyAsync()
{
await _platformUtilsService.CopyToClipboardAsync(Password);
_platformUtilsService.ShowToast("success", null, AppResources.CopiedPassword);
_platformUtilsService.ShowToast("success", null,
string.Format(AppResources.ValueHasBeenCopied, AppResources.Password));
}
private void LoadFromOptions()