소스 검색

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 <Button
variant="contained" variant="contained"
onClick={playCaptchaAudio} onClick={playCaptchaAudio}
aria-label={intl.formatMessage({ id: "captchaPlayAudioAria" })}
aria-label={intl.formatMessage({ id: "captchaPlayAudio" })}
sx={{ sx={{
backgroundColor: '#0C489E', backgroundColor: '#0C489E',
color: '#FFFFFF', color: '#FFFFFF',


+ 1
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js 파일 보기

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


+ 1
- 1
src/pages/authentication/auth-forms/IAmSmartFormWizard.js 파일 보기

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


불러오는 중...
취소
저장