mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
colon
This commit is contained in:
parent
d6f46cf5c5
commit
2c302985f8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue