Commit 06569f9d9215370a8964bfbb4848611249bb0309

Authored by Stephen Crosby
2 parents fcdedb8a 377b00f8
Exists in master and in 1 other branch production

Merge pull request #961 from appropriate/github_login-label

Update github_login label on user edit page to use GITHUB_SITE_TITLE
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/users/_fields.html.haml
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 = f.text_field :email 14 = f.text_field :email
15 15
16 - if Errbit::Config.github_authentication 16 - if Errbit::Config.github_authentication
17 - = f.label :github_login 17 + = f.label :github_login, "#{Errbit::Config.github_site_title} login"
18 = f.text_field :github_login 18 = f.text_field :github_login
19 19
20 .required 20 .required