You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CRM/Moregreetings/Upgrader.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public function upgrade_5001() {
53
53
publicfunctionupgrade_5002() {
54
54
CRM_Core_Session::setStatus(
55
55
E::ts('MoreGreetings has switched to APIv4, which means that some tokens might not work any more.') . '<br/><br/>' .
56
-
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/>'.
56
+
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/>'.
57
57
E::ts('Make sure you test your greeting templates well before you continue using MoreGreetings.'),
0 commit comments