From 44ff6ae8d8ab03fe96a4bcc758e07b822bb3905a Mon Sep 17 00:00:00 2001 From: Jakob Kramer Date: Sun, 29 Jan 2012 15:19:08 +0100 Subject: [PATCH] fixed a link titled 'RSS' linking to an atom feed --- app/views/shared/_public_explain.haml | 2 +- config/locales/diaspora/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_public_explain.haml b/app/views/shared/_public_explain.haml index 0bafe1488..4b181e5c0 100644 --- a/app/views/shared/_public_explain.haml +++ b/app/views/shared/_public_explain.haml @@ -9,7 +9,7 @@ =t('.outside') %br %br - = link_to "RSS", "#{current_user.public_url}.atom" + = link_to t('.atom_feed'), "#{current_user.public_url}.atom" %br - if current_user.services - for service in current_user.services diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 06df525aa..3beee0f97 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -803,6 +803,7 @@ en: outside: "Public messages will be available for others outside of Diaspora to see." logged_in: "logged in to %{service}" manage: "manage connected services" + atom_feed: "Atom feed" notification: new: "New %{type} from %{from}" contact_list: