Add an abbr tag where needed

This commit is contained in:
Bubka 2022-09-17 16:31:17 +02:00
parent 5079e4cc3a
commit 46e3ac4c3f
2 changed files with 5 additions and 5 deletions

View File

@ -53,12 +53,12 @@
'help' => 'Replace generated password caracters with *** to ensure confidentiality. Do not affect the copy/paste feature'
],
'close_otp_on_copy' => [
'label' => 'Close OTP after copy',
'label' => 'Close <abbr title="One-Time Password">OTP</abbr> after copy',
'help' => 'Clicking a generated password to copy it automatically hide it from the screen'
],
'copy_otp_on_display' => [
'label' => 'Copy OTP on display',
'help' => 'Automatically copy a generated password right after it appears on screen. Due to browsers limitations, only the first TOTP password will be copied, not the rotating ones'
'label' => 'Copy <abbr title="One-Time Password">OTP</abbr> on display',
'help' => 'Automatically copy a generated password right after it appears on screen. Due to browsers limitations, only the first <abbr title="Time-based One-Time Password">TOTP</abbr> password will be copied, not the rotating ones'
],
'use_basic_qrcode_reader' => [
'label' => 'Use basic QR code reader',

View File

@ -61,8 +61,8 @@
],
'plain_text' => 'Plain text',
'otp_type' => [
'label' => 'Choose the type of OTP to create',
'help' => 'Time-based OTP or HMAC-based OTP'
'label' => 'Choose the type of <abbr title="One-Time Password">OTP</abbr> to create',
'help' => 'Time-based OTP or HMAC-based OTP or Steam OTP'
],
'digits' => [
'label' => 'Digits',