Rename lookup strings to be consistent
This commit is contained in:
parent
c437d26a64
commit
963679ed95
1 changed files with 2 additions and 2 deletions
|
|
@ -395,7 +395,7 @@ const FilterModal = (props: Props) => {
|
|||
<MentionTableField
|
||||
name="inclusion"
|
||||
description={t('modals.filters.descriptions.inclusion')}
|
||||
placeholder={t('modals.filters.placeholders.included')}
|
||||
placeholder={t('modals.filters.placeholders.inclusion')}
|
||||
label={t('modals.filters.labels.inclusion')}
|
||||
onUpdate={(value) => setInclusions(value)}
|
||||
/>
|
||||
|
|
@ -405,7 +405,7 @@ const FilterModal = (props: Props) => {
|
|||
<MentionTableField
|
||||
name="exclusion"
|
||||
description={t('modals.filters.descriptions.exclusion')}
|
||||
placeholder={t('modals.filters.placeholders.excluded')}
|
||||
placeholder={t('modals.filters.placeholders.exclusion')}
|
||||
label={t('modals.filters.labels.exclusion')}
|
||||
onUpdate={(value) => setExclusions(value)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue