update phrase

This commit is contained in:
Maidul Islam
2024-08-07 18:35:57 -04:00
parent 353d231a4e
commit 942e5f2f65

View File

@@ -33,7 +33,7 @@ func SetValueInKeyring(key, value string) error {
if configFile.VaultBackendPassphrase == "" {
passphrasePrompt := promptui.Prompt{
Label: "Enter a passphrase to protect your local backup secrets & login access token",
Label: "Enter a passphrase to protect your local secret backups & login access token",
}
passphrase, err := passphrasePrompt.Run()
if err != nil {