Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Oct 11, 2024
1 parent 6a6559c commit 76bffaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Moregreetings/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function upgrade_5001() {
public function upgrade_5002() {
CRM_Core_Session::setStatus(
E::ts('MoreGreetings has switched to APIv4, which means that some tokens might not work any more.') . '<br/><br/>' .
E::ts('An example would be the defunct <code>$individual_prefix</code> token, which can be substituted by the <code>$prefix_id:name</code>') . '<br/><br/>'.
E::ts('An example would be the defunct <code>$individual_prefix</code> token, which can be substituted by the <code>prefix_id:label</code>') . '<br/><br/>'.
E::ts('Make sure you test your greeting templates well before you continue using MoreGreetings.'),
E::ts("Warning"),
'alert', ['expires' => 0]);
Expand Down

0 comments on commit 76bffaf

Please sign in to comment.