mugoweb / mugo_calendar

eZ Publish extension to add calendar functionality
2 stars 2 forks source link

Capitalize first word #4

Closed brookinsconsulting closed 1 year ago

brookinsconsulting commented 1 year ago

Hello @pkamps I found that the lower case was undesirable since this is used by itself usually as an identifier of sorts to the end user.

Here is a quick patch of the change we made for the shop using this solution.

`diff --git a/classes/MugoRecurrence.php b/classes/MugoRecurrence.php index 3d01b3a..8575252 100644 --- a/classes/MugoRecurrence.php +++ b/classes/MugoRecurrence.php @@ -299,7 +299,7 @@ class MugoRecurrence */ public function describe( $dateFormat = '%Y-%m-%d' ) {

Cheers, Brookins Consulting

pkamps commented 1 year ago

Changed