From 9850a3f1241a2681c3d6a348d298d4aaefa3ab0d Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 18 Apr 2011 18:36:25 -0700 Subject: [PATCH] change text on manage services popup --- app/views/notifications/index.html.haml | 2 +- config/locales/diaspora/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 9d5faf6cb..67d99a426 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -14,7 +14,7 @@ .day_group.span-24.last .span-3 .date - .day= the_day(day.split(' ')).gsub('.', '') + .day= the_day(day.split(' ')) .month= the_month(day.split(' ')) .span-8.notifications_for_day diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 14c85ddd6..f704fef00 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -559,7 +559,7 @@ en: reshare: reshare: "Reshare" public_explain: - title: "You are about to post a public message!" + title: "Set up connected services" outside: "Public messages will be available for others outside of Diaspora to see." logged_in: "logged in to %{service}" manage: "manage connected services"