summaryrefslogtreecommitdiff
path: root/includes/pages/user_myshifts.php
diff options
context:
space:
mode:
authorJan-Philipp Litza <janphilipp@litza.de>2012-12-12 00:45:29 +0100
committerJan-Philipp Litza <janphilipp@litza.de>2012-12-12 00:45:29 +0100
commit910af3eaf725845f19c134805433533220113ae4 (patch)
tree913acea87685ba8760eafc0d52d32e1f2e927eb2 /includes/pages/user_myshifts.php
parenta007a23d758709d1b7210b2c79f4ce17fb6c18f0 (diff)
fixes for the last commit
Diffstat (limited to 'includes/pages/user_myshifts.php')
-rw-r--r--includes/pages/user_myshifts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_myshifts.php b/includes/pages/user_myshifts.php
index a4022666..390b3b01 100644
--- a/includes/pages/user_myshifts.php
+++ b/includes/pages/user_myshifts.php
@@ -94,7 +94,7 @@ function user_myshifts() {
'intro' => sprintf(Get_Text('pub_myshifts_intro'), $LETZTES_AUSTRAGEN),
'shifts' => $html,
'msg' => $msg,
- 'ical_text' => sprintf(Get_Text('pub_schichtplan_ical_text'),
+ 'ical_text' => sprintf(Get_Text('inc_schicht_ical_text'),
page_link_to_absolute('ical') . '&key=' . $shifts_user['ical_key'],
page_link_to('user_myshifts') . '&reset'),
));