From 95ca6dec783dc01f256af5d41a8a622068f3b01c Mon Sep 17 00:00:00 2001 From: Rookiestyle Date: Sun, 18 Oct 2020 11:09:07 +0200 Subject: [PATCH] Fix typo closes #6 --- Translations/KeePassOTP.template.language.xml | 2 +- src/PluginTranslation.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Translations/KeePassOTP.template.language.xml b/Translations/KeePassOTP.template.language.xml index e4d2f6c..f4aa251 100644 --- a/Translations/KeePassOTP.template.language.xml +++ b/Translations/KeePassOTP.template.language.xml @@ -113,7 +113,7 @@ 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. Options_CheckTFA diff --git a/src/PluginTranslation.cs b/src/PluginTranslation.cs index 3c4a725..cfb348e 100644 --- a/src/PluginTranslation.cs +++ b/src/PluginTranslation.cs @@ -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";