Skip to content

Commit

Permalink
Add new label and styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmyMay committed Jul 7, 2023
1 parent a213464 commit 8fad128
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -62,8 +62,8 @@ export default {
data () {
return {
checkboxLabel: {
on: this.$t('kind.bool.trueValueLabel', { value: this.field.options.trueLabel || this.$t('general:label.yes') }),
off: this.$t('kind.bool.falseValueLabel', { value: this.field.options.falseLabel || this.$t('general:label.no') }),
on: this.field.options.trueLabel || this.$t('general:label.yes'),
off: this.field.options.falseLabel || this.$t('general:label.no'),
},
}
},
Expand Down

0 comments on commit 8fad128

Please sign in to comment.