Correct BotInvalidAuthenticatorDuringLogin

This commit is contained in:
JustArchi
2018-07-07 09:05:50 +02:00
parent 8b4e4c5361
commit 0c4bbabb86
2 changed files with 2 additions and 11 deletions

View File

@@ -331,7 +331,7 @@ namespace ArchiSteamFarm.Localization {
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Received TwoFactorCodeMismatch error code {0} times in a row, this almost always indicates invalid ASF 2FA credentials, aborting!.
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Received TwoFactorCodeMismatch error code {0} times in a row. Either your 2FA credentials are no longer valid, or your clock is out of sync, aborting!.
/// </summary>
internal static string BotInvalidAuthenticatorDuringLogin {
get {
@@ -1449,15 +1449,6 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Playing more than {0} games concurrently is not possible, only first {0} entries from {1} will be used!.
/// </summary>
internal static string WarningTooManyGamesToPlay {
get {
return ResourceManager.GetString("WarningTooManyGamesToPlay", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Received unknown value for {0}, please report this: {1}.
/// </summary>

View File

@@ -448,7 +448,7 @@ StackTrace:
<value>Not starting this bot instance because it's disabled in config file!</value>
</data>
<data name="BotInvalidAuthenticatorDuringLogin" xml:space="preserve">
<value>Received TwoFactorCodeMismatch error code {0} times in a row, this almost always indicates invalid ASF 2FA credentials, aborting!</value>
<value>Received TwoFactorCodeMismatch error code {0} times in a row. Either your 2FA credentials are no longer valid, or your clock is out of sync, aborting!</value>
<comment>{0} will be replaced by maximum allowed number of failed 2FA attempts</comment>
</data>
<data name="BotLoggedOff" xml:space="preserve">