✨(domains) enhance again required action modal content
Enhance DNS required actions and explanations
This commit is contained in:
@@ -89,7 +89,7 @@ describe('<MailDomainView />', () => {
|
|||||||
|
|
||||||
// Verify DNS configuration section
|
// Verify DNS configuration section
|
||||||
expect(
|
expect(
|
||||||
screen.getByText(/Diagnostic status performed by the server/i),
|
screen.getByText(/Result of the diagnosis performed by the server/i),
|
||||||
).toBeInTheDocument();
|
).toBeInTheDocument();
|
||||||
expect(screen.getByText(/imap.ox.numerique.gouv.fr./i)).toBeInTheDocument();
|
expect(screen.getByText(/imap.ox.numerique.gouv.fr./i)).toBeInTheDocument();
|
||||||
expect(
|
expect(
|
||||||
|
|||||||
@@ -86,10 +86,10 @@ export const MailDomainView = ({ mailDomain, onMailDomainUpdate }: Props) => {
|
|||||||
>
|
>
|
||||||
<pre>
|
<pre>
|
||||||
{t(
|
{t(
|
||||||
'The domain is currently in action required status. Please take the necessary actions to resolve those following issues.',
|
'Actions are required on this domain. Please take the necessary actions to resolve those following issues.',
|
||||||
)}
|
)}
|
||||||
</pre>
|
</pre>
|
||||||
<h3>{t('Diagnostic status performed by the server')}</h3>
|
<h3>{t('Result of the diagnosis performed by the server')}</h3>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
{mailDomain.action_required_details &&
|
{mailDomain.action_required_details &&
|
||||||
|
|||||||
Reference in New Issue
Block a user