From d85eded058b0f202c0333fead3987978a31eb2b5 Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sun, 23 Aug 2015 13:51:13 +0100 Subject: [PATCH] Consistently capitalize GitHub in the account settings text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Also remove the capital D from Delete in the confirmation line—it's not the start of a sentence. --- server/views/account/account.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/views/account/account.jade b/server/views/account/account.jade index e6a8c961df..d4d00c46ce 100644 --- a/server/views/account/account.jade +++ b/server/views/account/account.jade @@ -14,7 +14,7 @@ block content else a.btn.btn-lg.btn-block.btn-github.btn-link-social(href='/link/github') i.fa.fa-github - | Update my profile from Github + | Update my profile from GitHub if (!user.twitter) .col-xs-12 @@ -72,4 +72,4 @@ block content input(type='hidden', name='_csrf', value=_csrf) button.btn.btn-danger.btn-block(type='submit') span.ion-trash-b - | Yes, Delete my account + | Yes, delete my account