Bladeren bron

update web access fix

uat
Jason Chuang 16 uur geleden
bovenliggende
commit
6d0e4721a8
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js
  2. +1
    -1
      src/pages/User/ChangePasswordPage/index.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Bestand weergeven

@@ -605,7 +605,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) =>
<Typography variant="pnspsFormParagraphBold"> <Typography variant="pnspsFormParagraphBold">
<span style={{ textAlign: 'justify', }} dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr0" }) }} /> <span style={{ textAlign: 'justify', }} dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr0" }) }} />
</Typography> </Typography>
<Typography display="inline" variant="subtitle1" sx={{ color: 'primary.primary' }} >
<Typography display="inline" variant="subtitle1" component="span" sx={{ color: 'primary.primary' }} >
<ol style={{ textAlign: 'justify', }}> <ol style={{ textAlign: 'justify', }}>
<li dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr1" }) }} /> <li dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr1" }) }} />
<li dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr2" }) }} /> <li dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr2" }) }} />


+ 1
- 1
src/pages/User/ChangePasswordPage/index.js Bestand weergeven

@@ -394,7 +394,7 @@ const Index = () => {
</Grid> </Grid>
<Grid container spacing={2} alignItems="center"> <Grid container spacing={2} alignItems="center">
<Grid item sx={{ mt: 1 }}> <Grid item sx={{ mt: 1 }}>
<Typography variant="subtitle1">
<Typography variant="subtitle1" component="p">
•<FormattedMessage id="pwRemark1" /><br /> •<FormattedMessage id="pwRemark1" /><br />
•<FormattedMessage id="pwRemark2" /><br /> •<FormattedMessage id="pwRemark2" /><br />
•<FormattedMessage id="pwRemark3" /><br /> •<FormattedMessage id="pwRemark3" /><br />


Laden…
Annuleren
Opslaan