Преглед на файлове

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',


Зареждане…
Отказ
Запис