Commit 481450ad71c64a7b0bb2147bf81c046e1c5e7ddf
1 parent
9bef8f36
Exists in
master
and in
1 other branch
Clarified GitHub Issues field [ci skip]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/apps/_issue_tracker_fields.html.haml
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | %div.tracker_params.none{:class => (w.object && !(w.object.class < IssueTracker)) ? 'chosen' : nil} |
29 | 29 | %p When no issue tracker has been configured, you will be able to leave comments on errors. |
30 | 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 | 32 | = w.text_field :project_id, :placeholder => "errbit/errbit from https://github.com/errbit/errbit" |
33 | 33 | = w.label :username, "Username" |
34 | 34 | = w.text_field :username, :placeholder => "Your username on Github" | ... | ... |