Переглянути джерело

add back aria-label with i18n

web_access_fix
Jason Chuang 2 тижднів тому
джерело
коміт
20accadbe1
3 змінених файлів з 3 додано та 3 видалено
  1. +1
    -1
      src/pages/authentication/auth-forms/BusCustomFormWizard.js
  2. +1
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js
  3. +1
    -1
      src/pages/authentication/auth-forms/IAmSmartFormWizard.js

+ 1
- 1
src/pages/authentication/auth-forms/BusCustomFormWizard.js Переглянути файл

@@ -1615,7 +1615,7 @@ const BusCustomFormWizard = (props) => {
<Button
variant="contained"
onClick={playCaptchaAudio}
aria-label={intl.formatMessage({ id: "captchaPlayAudioAria" })}
aria-label={intl.formatMessage({ id: "captchaPlayAudio" })}
sx={{
backgroundColor: '#0C489E',
color: '#FFFFFF',


+ 1
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Переглянути файл

@@ -1952,7 +1952,7 @@ const CustomFormWizard = (props) => {
<Button
variant="contained"
onClick={playCaptchaAudio}
aria-label={intl.formatMessage({ id: "captchaPlayAudioAria" })}
aria-label={intl.formatMessage({ id: "captchaPlayAudio" })}
sx={{
backgroundColor: '#0C489E',
color: '#FFFFFF',


+ 1
- 1
src/pages/authentication/auth-forms/IAmSmartFormWizard.js Переглянути файл

@@ -1066,7 +1066,7 @@ const CustomFormWizard = (props) => {
<Button
variant="contained"
onClick={playCaptchaAudio}
aria-label={intl.formatMessage({ id: "captchaPlayAudioAria" })}
aria-label={intl.formatMessage({ id: "captchaPlayAudio" })}
sx={{
backgroundColor: '#0C489E',
color: '#FFFFFF',


Завантаження…
Відмінити
Зберегти