Procházet zdrojové kódy

add back aria-label with i18n

web_access_fix
Jason Chuang před 2 týdny
rodič
revize
20accadbe1
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit