Skip to content

Commit 09dc053

Browse files
committed
Change translation key since the parameters changed
1 parent 1b6e7c5 commit 09dc053

File tree

5 files changed

+23
-25
lines changed

5 files changed

+23
-25
lines changed

β€Žplugins/ScheduledReports/ScheduledReports.phpβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function getClientSideTranslationKeys(&$translationKeys)
153153
$translationKeys[] = 'ScheduledReports_ReportIncludeNWebsites';
154154
$translationKeys[] = 'SegmentEditor_LoadingSegmentedDataMayTakeSomeTime';
155155
$translationKeys[] = 'General_Download';
156-
$translationKeys[] = 'ScheduledReports_Segment_HelpScheduledReport';
156+
$translationKeys[] = 'ScheduledReports_HelpSegmentManagement';
157157
$translationKeys[] = 'SegmentEditor_AddNewSegment';
158158
$translationKeys[] = 'ScheduledReports_SentToMe';
159159
$translationKeys[] = 'ScheduledReports_AlsoSendReportToTheseEmails';

β€Žplugins/ScheduledReports/lang/en.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ReportUpdated": "Report updated",
3737
"ReportAdded": "Report added",
3838
"Segment_Deletion_Error": "This segment cannot be deleted or made invisible to other users because it is used to generate email report(s) %s. Please retry after removing this segment from this report(s).",
39-
"Segment_HelpScheduledReport": "You can select an existing custom segment to apply to data in this scheduled report. You may create and edit custom segments in the dedicated segments management page %1$s(click here to open)%2$s.",
39+
"HelpSegmentManagement": "You can select an existing custom segment to apply to data in this scheduled report. You may create and edit custom segments in the dedicated segments management page %1$s(click here to open)%2$s.",
4040
"SegmentAppliedToReports": "The segment '%s' is applied to the reports.",
4141
"SegmentDeleted": "Segment deleted",
4242
"SendReportNow": "Send Report now",

β€Žplugins/ScheduledReports/vue/dist/ScheduledReports.umd.jsβ€Ž

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)