Skip to content

Commit 8af830f

Browse files
author
Nicolas Rodriguez
committed
Fix truncated Bootstrap Switches
1 parent 2a7ec9d commit 8af830f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • config/locales/plugin_interface

config/locales/plugin_interface/en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ en:
272272
label_disabled: Disabled
273273
label_true: True
274274
label_false: False
275-
label_yes: Yes
276-
label_no: No
275+
label_yes: "Yes"
276+
label_no: "No"
277277
label_backup_in_progress: Saving...
278278
label_delete_in_progress: Deleting...
279279
label_url: URL

0 commit comments

Comments
 (0)