(domains) enhance again required action modal content

Enhance DNS required actions and explanations
This commit is contained in:
Sabrina Demagny
2025-03-14 17:21:40 +01:00
parent fa6cfefcd9
commit f35d17628d
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ describe('<MailDomainView />', () => {
// Verify DNS configuration section
expect(
screen.getByText(/Diagnostic status performed by the server/i),
screen.getByText(/Result of the diagnosis performed by the server/i),
).toBeInTheDocument();
expect(screen.getByText(/imap.ox.numerique.gouv.fr./i)).toBeInTheDocument();
expect(

View File

@@ -86,10 +86,10 @@ export const MailDomainView = ({ mailDomain, onMailDomainUpdate }: Props) => {
>
<pre>
{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>
<h3>{t('Diagnostic status performed by the server')}</h3>
<h3>{t('Result of the diagnosis performed by the server')}</h3>
<pre>
{mailDomain.action_required_details &&