Merge pull request #7524 from Razer6/repo_settings_spelling_error
Fix minor spelling error in repo settings page
This commit is contained in:
commit
a2ee746758
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
%br
|
||||
%strong Once active this project shows up in the search and on the dashboard.
|
||||
= link_to 'Unarchive', unarchive_project_path(@project),
|
||||
data: { confirm: "Are you sure that you want to unarchive this project?\nWhen this project is unarchived it is active and can be comitted to again." },
|
||||
data: { confirm: "Are you sure that you want to unarchive this project?\nWhen this project is unarchived it is active and can be committed to again." },
|
||||
method: :post, class: "btn btn-remove"
|
||||
- else
|
||||
%p
|
||||
|
|
Loading…
Reference in a new issue