Replaced generic with an even more generic

This commit is contained in:
2022-02-11 12:51:45 +00:00
parent cd947ba161
commit da89a688b9
2 changed files with 1 additions and 3 deletions

View File

@@ -102,8 +102,6 @@ return [
'TARGET_SLUG' => 'Target Slug', 'TARGET_SLUG' => 'Target Slug',
'SLUG_NOT_IN_USE' => 'A <strong>{{slug}}</strong> slug does not exist', 'SLUG_NOT_IN_USE' => 'A <strong>{{slug}}</strong> slug does not exist',
'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.',
'CANCEL_REGISTRATION' => 'Cancel registration request', 'CANCEL_REGISTRATION' => 'Cancel registration request',
'APPROVED' => 'Approved', 'APPROVED' => 'Approved',
'PENDING' => 'Pending', 'PENDING' => 'Pending',

View File

@@ -7,7 +7,7 @@
{% include "forms/csrf.html.twig" %} {% include "forms/csrf.html.twig" %}
<div class="js-form-alerts"> <div class="js-form-alerts">
</div> </div>
<h4>{{translate("ORGANISATION.LEAVE_CONFIRM", {name: organisation.name})}}<br><small>{{translate("LEAVE_CANNOT_UNDONE")}}</small></h4> <h4>{{translate("ORGANISATION.LEAVE_CONFIRM", {name: organisation.name})}}<br><small>{{translate("ACTION_CANNOT_UNDONE")}}</small></h4>
<br> <br>
<div class="btn-group-action"> <div class="btn-group-action">
<button type="submit" class="btn btn-danger btn-lg btn-block">{{translate("ORGANISATION.LEAVE_YES")}}</button> <button type="submit" class="btn btn-danger btn-lg btn-block">{{translate("ORGANISATION.LEAVE_YES")}}</button>