Skip to content
Snippets Groups Projects
Unverified Commit 74500ba3 authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

Micro-edit: spaces not white spaces (#43860)

This PR simplifies a bit of text used in the cache cron schedule component: we can say "spaces" (which is normal English) not "white spaces" (which is developerese)
parent 4e81aed3
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ function CustomScheduleInputHint() {
>{t`cron syntax`}</ExternalLink>
);
return (
<CustomScheduleLabel>{jt`Our ${cronSyntaxDocsLink} is a string of 5 fields separated by white spaces`}</CustomScheduleLabel>
<CustomScheduleLabel>{jt`Our ${cronSyntaxDocsLink} is a string of 5 fields separated by spaces`}</CustomScheduleLabel>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment