Skip to content

Commit

Permalink
Added inlinehelp to mention about events filter FAQ, #PG-2666
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Jan 12, 2024
1 parent a062451 commit 53d52e7
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 33 deletions.
1 change: 1 addition & 0 deletions CustomAlerts.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public function getClientSideTranslationKeys(&$translations)
$translations[] = 'CustomAlerts_MobileMessagingPluginNotActivated';
$translations[] = 'CustomAlerts_ManageAlerts';
$translations[] = 'CustomAlerts_AreYouSureDeleteAlert';
$translations[] = 'CustomAlerts_ThisAppliesToHelp';
$translations[] = 'General_Yes';
$translations[] = 'General_No';
}
Expand Down
1 change: 1 addition & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"SmsAlertFromName": "New Alert",
"StartsWith": "starts with",
"ThisAppliesTo": "This applies to report",
"ThisAppliesToHelp": "You can use many different types of alert conditions. %1$sClick here%2$s to learn more about setting up custom alerts. To learn about %3$sEvent triggered alerts%4$s, %5$sclick here%6$s.",
"ValueDecreasedMoreThan": "decreased more than %1$s from %2$s to %3$s",
"ValueIncreasedMoreThan": "increased more than %1$s from %2$s to %3$s",
"ValueIsGreaterThan": "is %2$s which is greater than %1$s",
Expand Down
Loading

0 comments on commit 53d52e7

Please sign in to comment.