Skip to content

Commit

Permalink
Update mgradm/cmd/gpg/add/gpg.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cedric Bosdonnat <[email protected]>
  • Loading branch information
mbussolotto and cbosdo committed Apr 24, 2024
1 parent ea41f55 commit 82719e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgradm/cmd/gpg/add/gpg.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func gpgAddKeys(globalFlags *types.GlobalFlags, flags *gpgAddFlags, cmd *cobra.C
continue
}
if !flags.Force {
ret, err := utils.YesNo(L("Do you want to continue"))
ret, err := utils.YesNo(L("Do you really want to trust this key"))
if err != nil {
return err
}
Expand Down

0 comments on commit 82719e3

Please sign in to comment.