Skip to content

Commit d4b68c7

Browse files
committed
Remove blank space at the end of label
Removed white space because in crowdin translation there is no space at end of text
1 parent 4165276 commit d4b68c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Cron/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<label>Cron (Scheduled Tasks)</label>
1313
<comment>For correct URLs generated during cron runs please make sure that Web &gt; Secure and Unsecure Base URLs are explicitly set. All the times are in minutes.</comment>
1414
<group id="template" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
15-
<label>Cron configuration options for group: </label>
15+
<label>Cron configuration options for group:</label>
1616
<field id="schedule_generate_every" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
1717
<label>Generate Schedules Every</label>
1818
<validate>validate-zero-or-greater validate-digits</validate>

app/code/Magento/Cron/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Monthly,Monthly
1111
"Test exception","Test exception"
1212
"Cron (Scheduled Tasks)","Cron (Scheduled Tasks)"
1313
"For correct URLs generated during cron runs please make sure that Web > Secure and Unsecure Base URLs are explicitly set. All the times are in minutes.","For correct URLs generated during cron runs please make sure that Web > Secure and Unsecure Base URLs are explicitly set. All the times are in minutes."
14-
"Cron configuration options for group: ","Cron configuration options for group: "
14+
"Cron configuration options for group:","Cron configuration options for group:"
1515
"Generate Schedules Every","Generate Schedules Every"
1616
"Schedule Ahead for","Schedule Ahead for"
1717
"Missed if Not Run Within","Missed if Not Run Within"

0 commit comments

Comments
 (0)