From 8c64532902952d02a53c7d375b766cc078ea5d4d Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 27 Dec 2017 15:06:39 +0100 Subject: fix ical export description --- includes/pages/user_shifts.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index d822054e..0be4aa67 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -285,9 +285,9 @@ function ical_hint() { global $user; - return heading( - _('iCal export'), 2) . '

' . sprintf( - _('Export of shown shifts. iCal format or JSON format available (please keep secret, otherwise reset the api key).'), + return heading(_('iCal export'), 2) + . '

' . sprintf( + _('Export your own shifts. iCal format or JSON format available (please keep secret, otherwise reset the api key).'), page_link_to('ical', ['key' => $user['api_key']]), page_link_to('shifts_json_export', ['key' => $user['api_key']]), page_link_to('user_myshifts', ['reset' => 1]) -- cgit v1.2.3-54-g00ecf