mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-13 09:07:58 -05:00
lets just avoid no and yes as keys in YAML, too many issues. Thanks! [ci skip]
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user