diff --git a/locale/en_US/messages.php b/locale/en_US/messages.php index 2d11e60..d12f398 100644 --- a/locale/en_US/messages.php +++ b/locale/en_US/messages.php @@ -102,8 +102,6 @@ return [ 'TARGET_SLUG' => 'Target Slug', 'SLUG_NOT_IN_USE' => 'A {{slug}} slug does not exist', - 'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.', - 'CANCEL_REGISTRATION' => 'Cancel registration request', 'APPROVED' => 'Approved', 'PENDING' => 'Pending', diff --git a/templates/modals/confirm-leave-organisation.html.twig b/templates/modals/confirm-leave-organisation.html.twig index a7091b5..91206fc 100644 --- a/templates/modals/confirm-leave-organisation.html.twig +++ b/templates/modals/confirm-leave-organisation.html.twig @@ -7,7 +7,7 @@ {% include "forms/csrf.html.twig" %}
-

{{translate("ORGANISATION.LEAVE_CONFIRM", {name: organisation.name})}}
{{translate("LEAVE_CANNOT_UNDONE")}}

+

{{translate("ORGANISATION.LEAVE_CONFIRM", {name: organisation.name})}}
{{translate("ACTION_CANNOT_UNDONE")}}