jamesmills / laravel-timezone

Enable user Timezones in your application.
MIT License
677 stars 91 forks source link

Make the message shown to users when timezone is set configurable. #55

Closed samtlewis closed 3 years ago

samtlewis commented 3 years ago

Added a message property to the config file to allow customization of the text. sprintf is used to include the identified timezone and the default message is utilized if the property is missing.

samtlewis commented 3 years ago

Updated the PR with the code style changes identified by styleci

jamesmills commented 3 years ago

Hi @samtlewis

Thanks for your contribution. I love little improvements like his, thanks.

Can you please remove the Merge pull request #1 from jonnymccullagh/diffForHumans from this PR. This is a separate PR. I'll merge this.

James