diff options
Diffstat (limited to 'src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs')
-rw-r--r-- | src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs b/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs index 53c3ede..8cc998e 100644 --- a/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs +++ b/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs @@ -43,7 +43,7 @@ namespace PKISharp.WACS.Plugins.StorePlugins } if (string.IsNullOrEmpty(password)) { - password = await input.ReadPassword("Password to use for the .pfx files or <ENTER> for none"); + password = await input.ReadPassword("Password to use for the .pfx files or <Enter> for none"); } return Create(path, password); } |