瀏覽代碼

Rename calendar to ical

CauseFX 5 年之前
父節點
當前提交
435df7a788
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',