wording: no self sign up allowed

This commit is contained in:
Xu 2021-04-13 11:16:28 +02:00 committed by Igor Scheller
parent d4e42ef721
commit 1cfab91f28
2 changed files with 4 additions and 4 deletions

View File

@ -93,8 +93,8 @@ function AngelType_edit_view($angeltype, $supporter_mode)
__('Angel types which require introduction can only be used by an angel if enabled by a supporter (double opt-in).')
),
$supporter_mode
? form_info(__('No Self Sign Up'), $angeltype['no_self_signup'] ? __('Yes') : __('No'))
: form_checkbox('no_self_signup', __('No Self Sign Up'), $angeltype['no_self_signup']),
? form_info(__('No Self Sign Up allowed'), $angeltype['no_self_signup'] ? __('Yes') : __('No'))
: form_checkbox('no_self_signup', __('No Self Sign Up allowed'), $angeltype['no_self_signup']),
$supporter_mode
? form_info(__('Requires driver license'),
$angeltype['requires_driver_license']

View File

@ -1966,8 +1966,8 @@ msgstr ""
"(double-opt-in)."
#: includes/view/AngelTypes_view.php:96 includes/view/AngelTypes_view.php:97
msgid "No Self Sign Up"
msgstr "Kein Selbst-Eintragen"
msgid "No Self Sign Up allowed"
msgstr "Kein Selbst-Eintragen erlaubt"
#: includes/view/AngelTypes_view.php:99 includes/view/AngelTypes_view.php:105
msgid "Requires driver license"