Fix inconsistend wording Spam vs Junk

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-06-10 09:48:12 +02:00
Родитель 756906eff8
Коммит d9bdd99087
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9D98FD9380A1CB43
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'"