Skip to content
Snippets Groups Projects
Unverified Commit d9bdd990 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

Fix inconsistend wording Spam vs Junk

parent 756906ef
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
</ActionButton>
<ActionButton icon="icon-junk" @click="onToggleJunk">
{{ envelope.flags.notjunk ? t('mail', 'Mark not junk') : t('mail', 'Mark junk') }}
{{ envelope.flags.junk ? t('mail', 'Mark not spam') : t('mail', 'Mark as spam') }}
</ActionButton>
<ActionButton
:icon="sourceLoading ? 'icon-loading-small' : 'icon-details'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment