Skip to content

Commit 76bffaf

Browse files
committed
correction
1 parent 6a6559c commit 76bffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CRM/Moregreetings/Upgrader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function upgrade_5001() {
5353
public function upgrade_5002() {
5454
CRM_Core_Session::setStatus(
5555
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/>'.
5757
E::ts('Make sure you test your greeting templates well before you continue using MoreGreetings.'),
5858
E::ts("Warning"),
5959
'alert', ['expires' => 0]);

0 commit comments

Comments
 (0)