PM-4138 Remove hyphen from clip-board => clipboard on resources. (#2804)

This commit is contained in:
Federico Maccaroni 2023-09-28 13:55:18 -03:00 committed by GitHub
parent 3cdf5ccd3b
commit bbef0f8c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1841,7 +1841,7 @@ namespace Bit.App.Resources {
}
/// <summary>
/// Looks up a localized string similar to If a login has an authenticator key, copy the TOTP verification code to your clip-board when you auto-fill the login..
/// Looks up a localized string similar to If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login..
/// </summary>
public static string CopyTotpAutomaticallyDescription {
get {

View File

@ -919,7 +919,7 @@ Scanning will happen automatically.</value>
<value>Copy TOTP</value>
</data>
<data name="CopyTotpAutomaticallyDescription" xml:space="preserve">
<value>If a login has an authenticator key, copy the TOTP verification code to your clip-board when you auto-fill the login.</value>
<value>If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</value>
</data>
<data name="CopyTotpAutomatically" xml:space="preserve">
<value>Copy TOTP automatically</value>