From 6d304e3af2f06a3d6eaa6a7b65939959d599eea3 Mon Sep 17 00:00:00 2001 From: Matthew Marchese Date: Sat, 14 Apr 2018 02:33:46 -0700 Subject: Sentence case missing sentence case. Signed-off-by: Matthew Marchese --- infra-status.rb | 4 ++-- views/index.erb | 6 +++--- views/layout.erb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/infra-status.rb b/infra-status.rb index c2a9ef4..ed1851b 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -43,8 +43,8 @@ end get '/feed.atom' do rss = RSS::Maker.make('atom') do |maker| - maker.channel.author = 'Gentoo Infrastructure Team' - maker.channel.title = 'Gentoo Infrastructure Notices' + maker.channel.author = 'Gentoo infrastructure team' + maker.channel.title = 'Gentoo infrastructure notices' maker.channel.link = MY_URL maker.channel.id = MY_URL maker.channel.updated = Time.now.to_s diff --git a/views/index.erb b/views/index.erb index 00ffd6b..568b5eb 100644 --- a/views/index.erb +++ b/views/index.erb @@ -1,8 +1,8 @@ -

Gentoo Infrastructure Status

+

Gentoo infrastructure status

This data is aggregated from our automated service monitoring system as well as the outage and maintenance notices posted below.

-

Service Availability Overview

+

Service availability overview

@@ -16,6 +16,6 @@
-

Maintenance and Outage Notices

+

Maintenance and outage notices

<%= partial :notice, :collection => NoticeStore.instance.visible_notices %> diff --git a/views/layout.erb b/views/layout.erb index fbae235..dbc7bf8 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -2,7 +2,7 @@ - <%= "#{h @title} - " if @title %>Gentoo Infrastructure Status + <%= "#{h @title} - " if @title %>Gentoo infrastructure status -- cgit v1.2.3-65-gdbad