Use common language strings in blueprints

This commit is contained in:
Flavio Copes 2016-01-21 14:41:16 +01:00
parent ad9ae0a0c0
commit bacbbd1b57
1 changed files with 3 additions and 3 deletions

View File

@ -21,11 +21,11 @@ form:
fields:
enabled:
type: toggle
label: Plugin status
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool