Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure i18n key is unique
Browse files Browse the repository at this point in the history
scottybollinger committed Dec 2, 2020
1 parent d3af644 commit 43fd6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ export const SchemaFieldsTable: React.FC = () => {
) : (
<p>
{i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.contentSource.schema.errors.header.dataType',
'xpack.enterpriseSearch.workplaceSearch.contentSource.schema.filter.noResults.message',
{
defaultMessage: 'No results found for "{filterValue}".',
values: { filterValue },

0 comments on commit 43fd6ab

Please sign in to comment.