Merge pull request #3127 from movilla/amp_arito3
Add translation /authorizations fix image
This commit is contained in:
commit
2205353171
2 changed files with 7 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
- elsif scope == "AS_photo:post"
|
- elsif scope == "AS_photo:post"
|
||||||
%li
|
%li
|
||||||
.scope-photo
|
.scope-photo
|
||||||
= image_tag('/images/icons/photo.png', :title => "Cubbies will be able to post photos on your behalf")
|
= image_tag('/assets/icons/photo.png', :title => t('.cubbies_will'))
|
||||||
|
|
||||||
.scope-description
|
.scope-description
|
||||||
%strong
|
%strong
|
||||||
|
|
@ -38,6 +38,6 @@
|
||||||
:url => oauth_authorize_path(params.slice(:redirect_uri, :client_id, :client_secret)) do |form|
|
:url => oauth_authorize_path(params.slice(:redirect_uri, :client_id, :client_secret)) do |form|
|
||||||
%br
|
%br
|
||||||
%p
|
%p
|
||||||
= form.submit "Fuck Yeah!", :value => "Authorize", :class => 'button'
|
= form.submit "Fuck Yeah!", :value => t('.autorize'), :class => 'button'
|
||||||
= form.submit "Hell No.", :value => "No", :class => 'button'
|
= form.submit "Hell No.", :value => t('.no'), :class => 'button
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -938,6 +938,10 @@ en:
|
||||||
index:
|
index:
|
||||||
revoke_access: "Revoke Access"
|
revoke_access: "Revoke Access"
|
||||||
no_applications: "You haven't registered any applications yet."
|
no_applications: "You haven't registered any applications yet."
|
||||||
|
new:
|
||||||
|
cubbies_will: "Cubbies will be able to post photos on your behalf"
|
||||||
|
autorize: "Authorize"
|
||||||
|
no: "No"
|
||||||
|
|
||||||
streams:
|
streams:
|
||||||
community_spotlight_stream: "Community Spotlight"
|
community_spotlight_stream: "Community Spotlight"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue