Skip to content

Commit

Permalink
fix typo in settings. thx @Mattcito
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertheimer committed May 18, 2022
1 parent 0633c37 commit 00a1714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dwertheimer.DateAutomations/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2] 2022-05-17 @dwertheimer (thx to @mattcito)
- Fix en-GB in settings instructions

## [1.3.1] 2022-04-16 @dwertheimer (thx to @oschrenk)
- Fixed bug in /now-8601 (wasn't showing the time)
- Added more to the readme
Expand Down
2 changes: 1 addition & 1 deletion dwertheimer.DateAutomations/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"type": "string",
"key": "locale",
"title": "Time/Date Locale Setting",
"description": "Geographic locale for date/time formatting. e.g. en-US, en-GB, etc. e.g. en-US will result in mm/dd/yyyy, while en_GB will be dd/mm/yyyy. See https://www.ibm.com/docs/en/datacap/9.1.8?topic=support-supported-language-codes for a list of available locales.",
"description": "Geographic locale for date/time formatting. e.g. en-US, en-GB, etc. e.g. en-US will result in mm/dd/yyyy, while en-GB will be dd/mm/yyyy. See https://www.ibm.com/docs/en/datacap/9.1.8?topic=support-supported-language-codes for a list of available locales.",
"default": "en-US",
"required": true
},
Expand Down

0 comments on commit 00a1714

Please sign in to comment.