Add explanation to services index page. Closes #3064

This commit is contained in:
embs 2013-04-04 15:14:14 -03:00
parent 3b7bb2c44e
commit 4ef37c64be
3 changed files with 6 additions and 1 deletions

View file

@ -123,6 +123,7 @@ by them self.
* If sharing a post with photos to Facebook, always include URL to post [#3706](https://github.com/diaspora/diaspora/issues/3706)
* Add multiphoto for mobile post. [#4065](https://github.com/diaspora/diaspora/issues/4065)
* Add hotkeys to navigate in stream [#4089](https://github.com/diaspora/diaspora/pull/4089)
* Add a brief explanatory text about external services connections to services index page [#3064](https://github.com/diaspora/diaspora/issues/3064)
# 0.0.3.4

View file

@ -10,6 +10,9 @@
= t('settings')
= render 'shared/settings_nav'
.span-19.prepend-5.last
.span-14.prepend-5.last
= render 'shared/add_remove_services'
.span-5
%p
= t('.services_explanation')

View file

@ -750,6 +750,7 @@ en:
connect_to_tumblr: "Connect to Tumblr"
edit_services: "Edit services"
no_services: 'You have not connected any services yet.'
services_explanation: 'Connecting to services gives you the ability to publish your posts to them as you write them in Diaspora.'
create:
success: "Authentication successful."
failure: "Authentication failed."