On Thu, Aug 30, 2012 at 05:08:31PM -0400, Brian McLaughlin wrote: > --- > src/config/locales/en.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml > index c1be4f4..521befd 100644 > --- a/src/config/locales/en.yml > +++ b/src/config/locales/en.yml > @@ -1,7 +1,7 @@ > en: > layout: > appname: Aeolus Conductor > - copyright: "Copyright © 2009-2012 Red Hat, Inc." > + copyright: "" > dashboard: Dashboard > datetime: > distance_in_words: > @@ -1380,7 +1380,7 @@ en: > apply_filters: "Apply filters" > masthead: > my_account: My Account > - logout: Log out > + logout: Log Out > login: Login > permissions: > direct_access: "Direct Access" > --
ACK. This en.yml change required a test fix as well (because a cucumber test was checking for "Log out"). It's a trivial text change just to match this, so I'm just going to push it along with this. This and my patch for the test to match are on master now.
