From 377b00f8f05acc45b50d5bb26248521259a41d68 Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Wed, 7 Oct 2015 15:21:18 -0700 Subject: [PATCH] Update github_login label on user edit page to use GITHUB_SITE_TITLE --- app/views/users/_fields.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_fields.html.haml b/app/views/users/_fields.html.haml index 45ec0c0..44cab6b 100644 --- a/app/views/users/_fields.html.haml +++ b/app/views/users/_fields.html.haml @@ -14,7 +14,7 @@ = f.text_field :email - if Errbit::Config.github_authentication - = f.label :github_login + = f.label :github_login, "#{Errbit::Config.github_site_title} login" = f.text_field :github_login .required -- libgit2 0.21.2