Ver Fonte

Rename calendar to ical

CauseFX há 5 anos atrás
pai
commit
435df7a788
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/homepage/calendar.php

+ 1 - 1
api/homepage/calendar.php

@@ -5,7 +5,7 @@ trait CalendarHomepageItem
 	public function calendarSettingsArray()
 	{
 		return array(
-			'name' => 'Calendar',
+			'name' => 'iCal',
 			'enabled' => strpos('personal', $this->config['license']) !== false,
 			'image' => 'plugins/images/tabs/calendar.png',
 			'category' => 'HOMEPAGE',