Skip to content

Commit

Permalink
Merge pull request #1451 from adaptlearning/issue/#1450
Browse files Browse the repository at this point in the history
remove underscore prefix
  • Loading branch information
moloko authored Mar 7, 2017
2 parents 64fe23b + 954d76b commit def800c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/schema/course.model.schema
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"title": "Accessibility",
"required": true,
"properties": {
"_accessibilityToggleTextOn": {
"accessibilityToggleTextOn": {
"type": "string",
"title": "Toggle on label",
"default": "Turn accessibility on?",
Expand All @@ -160,7 +160,7 @@
],
"translatable": true
},
"_accessibilityToggleTextOff": {
"accessibilityToggleTextOff": {
"type": "string",
"title": "Toggle off label",
"default": "Turn accessibility off?",
Expand Down

0 comments on commit def800c

Please sign in to comment.