Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
Rookiestyle committed Oct 18, 2020
1 parent 417048c commit 95ca6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Translations/KeePassOTP.template.language.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<key>OTP_CreateDB_PWHint</key>
<value>All secrets will be stored in a separate database which will be included within the main database containing the entries as such.

Please provide the masterkey for your OTP secrects in the next form.</value>
Please provide the masterkey for your OTP secrets in the next form.</value>
</item>
<item>
<key>Options_CheckTFA</key>
Expand Down
2 changes: 1 addition & 1 deletion src/PluginTranslation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static class PluginTranslate
public static readonly string OTP_OpenDB = @"Open OTP database - {0}";
public static readonly string OTP_CreateDB_PWHint = @"All secrets will be stored in a separate database which will be included within the main database containing the entries as such.
Please provide the masterkey for your OTP secrects in the next form.";
Please provide the masterkey for your OTP secrets in the next form.";
public static readonly string Options_CheckTFA = @"Indicate if 2FA usage is possible";
public static readonly string Options_OTPSettings = @"OTP settings (db specific)";
public static readonly string Options_UseOTPDB = @"Save OTP secrets in a separate database";
Expand Down

0 comments on commit 95ca6de

Please sign in to comment.