remove 'Preview' from app label

This commit is contained in:
Adam Velebil 2022-09-14 09:53:40 +02:00
parent ac461eb04b
commit ff7871dc95
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_label">Yubico Authenticator Preview</string> <string name="app_label">Yubico Authenticator</string>
<string name="otp_success_set_otp_to_clipboard">Successfully copied OTP code from YubiKey to clipboard.</string> <string name="otp_success_set_otp_to_clipboard">Successfully copied OTP code from YubiKey to clipboard.</string>
<string name="otp_success_set_password_to_clipboard">Successfully copied password from YubiKey to clipboard.</string> <string name="otp_success_set_password_to_clipboard">Successfully copied password from YubiKey to clipboard.</string>
<string name="otp_parse_failure">Failed to parse OTP code from YubiKey.</string> <string name="otp_parse_failure">Failed to parse OTP code from YubiKey.</string>