Explorar el Código

Rename calendar to ical

CauseFX hace 5 años
padre
commit
435df7a788
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',