mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-18 15:37:42 +01:00
colon
This commit is contained in:
parent
d6f46cf5c5
commit
2c302985f8
@ -48,7 +48,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
var fingerprint = await _cryptoService.GetFingerprintAsync(await _userService.GetUserIdAsync());
|
||||
var phrase = string.Join("-", fingerprint);
|
||||
var text = string.Format("{0}\n\n{1}", AppResources.YourAccountsFingerprint, phrase);
|
||||
var text = string.Format("{0}:\n\n{1}", AppResources.YourAccountsFingerprint, phrase);
|
||||
var learnMore = await _platformUtilsService.ShowDialogAsync(text, AppResources.FingerprintPhrase,
|
||||
AppResources.LearnMore, AppResources.Close);
|
||||
if(learnMore)
|
||||
|
Loading…
Reference in New Issue
Block a user