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() public async Task CopyAsync()
{ {
await _platformUtilsService.CopyToClipboardAsync(Password); await _platformUtilsService.CopyToClipboardAsync(Password);
_platformUtilsService.ShowToast("success", null, AppResources.CopiedPassword); _platformUtilsService.ShowToast("success", null,
string.Format(AppResources.ValueHasBeenCopied, AppResources.Password));
} }
private void LoadFromOptions() private void LoadFromOptions()