Ver código fonte

add back aria-label with i18n

web_access_fix
Jason Chuang 2 semanas atrás
pai
commit
20accadbe1
3 arquivos alterados com 3 adições e 3 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

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


Carregando…
Cancelar
Salvar