From bfa69c3e591e0c9f930af7948364e1aae4bdff8b Mon Sep 17 00:00:00 2001 From: Georg Ehrke <ownclouddev@georgswebsite.de> Date: Thu, 2 Feb 2012 18:36:37 +0100 Subject: [PATCH] add a label calendar to the settings page - bugfix for oc-157 --- apps/calendar/templates/settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index fc8e0e061d..e174378d02 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -9,6 +9,7 @@ ?> <form id="calendar"> <fieldset class="personalblock"> + <strong><?php echo $l->t('Calendar'); ?></strong> <table class="nostyle"> <tr><td><label for="timezone" class="bold"><?php echo $l->t('Timezone');?></label></td><td><select style="display: none;" id="timezone" name="timezone"> <?php -- GitLab