lets just avoid no and yes as keys in YAML, too many issues. Thanks! [ci skip]
This commit is contained in:
parent
de3e157698
commit
cac2b1e10b
2 changed files with 2 additions and 2 deletions
|
|
@ -39,4 +39,4 @@
|
|||
%br
|
||||
%p
|
||||
= form.submit "Fuck Yeah!", :value => t('.autorize'), :class => 'button'
|
||||
= form.submit "Hell No.", :value => t('.no'), :class => 'button'
|
||||
= form.submit "Hell No.", :value => t('.nope'), :class => 'button'
|
||||
|
|
|
|||
|
|
@ -941,7 +941,7 @@ en:
|
|||
new:
|
||||
cubbies_will: "Cubbies will be able to post photos on your behalf"
|
||||
autorize: "Authorize"
|
||||
'no': "No"
|
||||
nope: "No"
|
||||
|
||||
streams:
|
||||
community_spotlight_stream: "Community Spotlight"
|
||||
|
|
|
|||
Loading…
Reference in a new issue