Skip to content

Commit

Permalink
Fix i18n labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Hulcher committed Feb 12, 2022
1 parent 1b6bc63 commit 3d2ae85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const CrawlCustomSettingsFlyoutDomainsPanel: React.FC = () => {
</EuiNotificationBadge>
<EuiFlexItem grow={false}>
{i18n.translate(
'xpack.enterpriseSearch.appSearch.crawler.cralCustomSettingsFlyout.selectedDescriptor',
'xpack.enterpriseSearch.appSearch.crawler.crawlCustomSettingsFlyout.selectedDescriptor',
{
defaultMessage: 'selected',
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const CrawlCustomSettingsFlyoutSeedUrlsPanel: React.FC = () => {
</EuiNotificationBadge>
<EuiFlexItem grow={false}>
{i18n.translate(
'xpack.enterpriseSearch.appSearch.crawler.cralCustomSettingsFlyout.selectedDescriptor',
'xpack.enterpriseSearch.appSearch.crawler.crawlCustomSettingsFlyout.selectedDescriptor',
{
defaultMessage: 'selected',
}
Expand Down

0 comments on commit 3d2ae85

Please sign in to comment.