summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infra-status.rb4
-rw-r--r--views/index.erb6
-rw-r--r--views/layout.erb2
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 @@
-<h1 class="first-header">Gentoo Infrastructure Status</h1>
+<h1 class="first-header">Gentoo infrastructure status</h1>
<p>This data is aggregated from our automated service monitoring system as well as the outage and maintenance notices posted below.</p>
-<h2>Service Availability Overview</h2>
+<h2>Service availability overview</h2>
<div class="row">
<div class="col-lg-4">
@@ -16,6 +16,6 @@
</div>
</div>
-<h2 id="notices">Maintenance and Outage Notices <small id="notices-for"></small></h2>
+<h2 id="notices">Maintenance and outage notices <small id="notices-for"></small></h2>
<%= 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 @@
<html>
<head>
<meta charset="utf-8">
- <title><%= "#{h @title} - " if @title %>Gentoo Infrastructure Status</title>
+ <title><%= "#{h @title} - " if @title %>Gentoo infrastructure status</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#54487a">
<meta name="description" content="Gentoo infrastructure status provides information on the status of the services the Gentoo Linux distribution offers to its developers and users.">