translate a string in services#index view

This commit is contained in:
Maxwell Salzberg 2011-07-04 13:59:23 -07:00
parent 408690f0fa
commit b645a77be9
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@
%b= service.nickname
= link_to t('services.index.disconnect'), service_path(service), :confirm => t('services.index.really_disconnect', :service => service.provider), :method => :delete
- else
You haven't connected any services yet.
= t('.no_services')
- AppConfig.configured_services.each do |service|
- unless @services.any?{|x| x.provider == service}

View file

@ -591,6 +591,7 @@ en:
connect_to_facebook: "Connect to Facebook"
connect_to_tumblr: "Connect to Tumblr"
edit_services: "Edit services"
no_services: 'You have not connected any services yet.'
create:
success: "Authentication successful."
destroy: