Skip to content

Commit

Permalink
Fix casing on i18n ID
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger authored Oct 5, 2021
1 parent cef471b commit dd7e6e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ export const SYNC_DISABLED_MESSAGE = i18n.translate(
);

export const SYNC_SETTINGS_UPDATED_MESSAGE = i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.sources.sync_settings_updated_message',
'xpack.enterpriseSearch.workplaceSearch.sources.syncSettingsUpdatedMessage',
{
defaultMessage: 'Source synchronization settings updated.',
}
Expand Down

0 comments on commit dd7e6e2

Please sign in to comment.