Skip to content

Commit 39146c5

Browse files
committed
Fix i18n
1 parent a29c45a commit 39146c5

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/enterprise_search/public/applications/app_search/components/engines

1 file changed

+1
-1
lines changed

x-pack/plugins/enterprise_search/public/applications/app_search/components/engines/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const META_ENGINES_TITLE = i18n.translate(
1717
);
1818

1919
export const SOURCE_ENGINES_TITLE = i18n.translate(
20-
'xpack.enterpriseSearch.appSearch.metaEngines.title',
20+
'xpack.enterpriseSearch.appSearch.enginesOverview.metaEnginesTable.sourceEngines.title',
2121
{ defaultMessage: 'Source Engines' }
2222
);
2323

0 commit comments

Comments
 (0)