diff options
Diffstat (limited to 'includes/view/User_view.php')
-rw-r--r-- | includes/view/User_view.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php index ddf49885..fb541619 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -54,7 +54,10 @@ function User_settings_view( form_text('mail', __('E-Mail') . ' ' . entry_required(), $user_source['email']), form_checkbox( 'email_shiftinfo', - __('The engelsystem is allowed to send me an email (e.g. when my shifts change)'), + __( + 'The %s is allowed to send me an email (e.g. when my shifts change)', + [config('app_name')] + ), $user_source['email_shiftinfo'] ), form_checkbox( |