Skip to content

Commit

Permalink
Changed default Close text for backwards compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Nov 16, 2018
1 parent afbd189 commit a362455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The Enhanced Question attribute group contains values for **_isEnabled**, **_ove
This cannot be used when adapt-contrib-tutor is installed, as there are issues with adapt-contrib-trickle events.

----------------------------
**Version number:** 2.3.0
**Version number:** 2.3.1
**Framework versions supported:** ^2.0.4
**Author / maintainer:** DeltaNet with [contributors](https://github.com/deltanet/adapt-enhanced-question/graphs/contributors)
**Accessibility support:** Yes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-enhanced-question",
"version": "2.3.0",
"version": "2.3.1",
"framework": "^2.0.4",
"homepage": "https://github.com/deltanet/adapt-enhanced-question",
"issues": "https://github.com/deltanet/adapt-enhanced-question/issues",
Expand Down
2 changes: 1 addition & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"close": {
"type": "string",
"required": false,
"default": "Continue",
"default": "Close",
"title": "Close Button Text",
"inputType": "Text",
"validators": [],
Expand Down

0 comments on commit a362455

Please sign in to comment.