diff --git a/CRM/Moregreetings/Upgrader.php b/CRM/Moregreetings/Upgrader.php
index 3f27b2b..56591b5 100644
--- a/CRM/Moregreetings/Upgrader.php
+++ b/CRM/Moregreetings/Upgrader.php
@@ -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.') . '
' .
- E::ts('An example would be the defunct $individual_prefix
token, which can be substituted by the $prefix_id:name
') . '
'.
+ E::ts('An example would be the defunct $individual_prefix
token, which can be substituted by the prefix_id:label
') . '
'.
E::ts('Make sure you test your greeting templates well before you continue using MoreGreetings.'),
E::ts("Warning"),
'alert', ['expires' => 0]);