Skip to content

DMARC not consistently denoted by failures#2374

Merged
EveningStarlight merged 5 commits into
masterfrom
UX-DMARC-not-consistently-denoted-by-failures
Jun 8, 2021
Merged

DMARC not consistently denoted by failures#2374
EveningStarlight merged 5 commits into
masterfrom
UX-DMARC-not-consistently-denoted-by-failures

Conversation

@EveningStarlight

Copy link
Copy Markdown
Contributor

Most locations marked what control failed,
But the DMARC graphs marked which control passed

All locations now go by the failure to be consistent.

Most locations marked what control failed,
But the DMARC graphs marked which control passed

All locations now go by the failure to be consistent.

@FestiveKyle FestiveKyle left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translations need to be updated in the locales/*.po files. Default translation entries can be generated in these files by running npm run extract as long as the text to be translated exists inside either a <Trans /> tag or t``

Comment on lines -214 to +221
name: 'passSpfOnly',
displayName: t`Pass Only SPF`,
name: 'failDkim',
displayName: t`Fail DKIM`,
},
],
moderateAlt: [
{
name: 'passDkimOnly',
displayName: t`Pass Only DKIM`,
name: 'failSpf',
displayName: t`Fail SPF`,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These fields need their 'name' properties to stay 'passSpfOnly' and 'passDkimOnly'. These names come from the API. The display names are good though!

Adam Prins and others added 3 commits June 8, 2021 08:38
@FestiveKyle

Copy link
Copy Markdown
Collaborator

I fixed the merge conflict here. The locales make for some annoying conflicts sometimes, it wasn't bad this time though

@EveningStarlight

Copy link
Copy Markdown
Contributor Author

Thanks, I appreciate it.
Good to merge after the tests then?

@FestiveKyle FestiveKyle left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@EveningStarlight EveningStarlight merged commit 67cf27f into master Jun 8, 2021
@EveningStarlight EveningStarlight deleted the UX-DMARC-not-consistently-denoted-by-failures branch June 8, 2021 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants