diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index c1710e04..bd8d5478 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -374,7 +374,7 @@ function ical_hint() return heading(__('iCal export and API') . ' ' . button_help('user/ical'), 2) . '
' . sprintf( - __('Export your own shifts. iCal format or JSON format available (please keep secret, otherwise reset the api key).'), + __('Export your own shifts. iCal format or JSON format available (please keep secret, otherwise reset the api key).'), url('/ical', ['key' => $user->api_key]), url('/shifts-json-export', ['key' => $user->api_key]), url('/user-myshifts', ['reset' => 1]) diff --git a/resources/lang/de_DE/default.po b/resources/lang/de_DE/default.po index 23c123e4..513c437b 100644 --- a/resources/lang/de_DE/default.po +++ b/resources/lang/de_DE/default.po @@ -837,12 +837,12 @@ msgid "iCal export and API" msgstr "iCal Export und API" msgid "" -"Export your own shifts. iCal format or JSON format available (please keep secret, otherwise iCal format or JSON format available (please keep secret, otherwise reset the api key)." msgstr "" -"Exportiere Deine Schichten. iCal Format oder JSON Format verfügbar (Link bitte geheimhalten, sonst iCal Format oder JSON Format verfügbar (Link bitte geheimhalten, sonst API-Key zurücksetzen)." msgid "Show API Key" diff --git a/resources/views/admin/schedule/index.twig b/resources/views/admin/schedule/index.twig index 2e7352c7..d19a24a8 100644 --- a/resources/views/admin/schedule/index.twig +++ b/resources/views/admin/schedule/index.twig @@ -35,7 +35,7 @@ {% for schedule in schedules %}