Commit 481450ad71c64a7b0bb2147bf81c046e1c5e7ddf

Authored by Nathan Broadbent
1 parent 9bef8f36
Exists in master and in 1 other branch production

Clarified GitHub Issues field [ci skip]

app/views/apps/_issue_tracker_fields.html.haml
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 %div.tracker_params.none{:class => (w.object && !(w.object.class < IssueTracker)) ? 'chosen' : nil} 28 %div.tracker_params.none{:class => (w.object && !(w.object.class < IssueTracker)) ? 'chosen' : nil}
29 %p When no issue tracker has been configured, you will be able to leave comments on errors. 29 %p When no issue tracker has been configured, you will be able to leave comments on errors.
30 %div.tracker_params.github{:class => w.object.is_a?(GithubTracker) ? 'chosen' : nil} 30 %div.tracker_params.github{:class => w.object.is_a?(GithubTracker) ? 'chosen' : nil}
31 - = w.label :project_id, "Repository" 31 + = w.label :project_id, "Account/Repository"
32 = w.text_field :project_id, :placeholder => "errbit/errbit from https://github.com/errbit/errbit" 32 = w.text_field :project_id, :placeholder => "errbit/errbit from https://github.com/errbit/errbit"
33 = w.label :username, "Username" 33 = w.label :username, "Username"
34 = w.text_field :username, :placeholder => "Your username on Github" 34 = w.text_field :username, :placeholder => "Your username on Github"