diff --git a/etc/upgrade/3.9.1/content b/etc/upgrade/3.9.1/content index d336a18f1dd..acdc0adb77e 100644 --- a/etc/upgrade/3.9.1/content +++ b/etc/upgrade/3.9.1/content @@ -15,7 +15,7 @@ ); if ($templates->Count) { - die "You have templates with Type other than Action. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it."; + die "You have templates with Type already set. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it."; } $templates = RT::Templates->new(RT->SystemUser);