Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1587-inconsistent-boolean (pull request #580)
Browse files Browse the repository at this point in the history
Fixed issue with inconsistent boolean representation

Approved-by: Bill Smith
  • Loading branch information
rmathis committed Jun 29, 2022
2 parents dd00fd2 + b5f388e commit 9b13a7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ value.not-current=Not Current
value.none=None
value.file=File
value.memory=Memory
value.true=True
value.false=False
value.true=true
value.false=false
value.regex=Regex
value.script=Script
value.entity-id=Entity ID
Expand Down
4 changes: 2 additions & 2 deletions backend/src/main/resources/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ value.disabled=Disabled
value.none=None
value.file=File
value.memory=Memory
value.true=True
value.false=False
value.true=true
value.false=false
value.regex=Regex
value.script=Script
value.entity-id=Entity ID
Expand Down

0 comments on commit 9b13a7e

Please sign in to comment.