Fix typo in key name: autorize → authorize.
This commit is contained in:
parent
7b73c62a0b
commit
2bb9fbf58d
2 changed files with 2 additions and 2 deletions
|
|
@ -38,5 +38,5 @@
|
|||
:url => oauth_authorize_path(params.slice(:redirect_uri, :client_id, :client_secret)) do |form|
|
||||
%br
|
||||
%p
|
||||
= form.submit "Fuck Yeah!", :value => t('.autorize'), :class => 'button'
|
||||
= form.submit "Fuck Yeah!", :value => t('.authorize'), :class => 'button'
|
||||
= form.submit "Hell No.", :value => t('.nope'), :class => 'button'
|
||||
|
|
|
|||
|
|
@ -940,7 +940,7 @@ en:
|
|||
no_applications: "You haven't registered any applications yet."
|
||||
new:
|
||||
cubbies_will: "Cubbies will be able to post photos on your behalf"
|
||||
autorize: "Authorize"
|
||||
authorize: "Authorize"
|
||||
nope: "No"
|
||||
|
||||
streams:
|
||||
|
|
|
|||
Loading…
Reference in a new issue