"Cant" -> "Can't"
This commit is contained in:
parent
6ebd360cf2
commit
6af38f5145
7 changed files with 8 additions and 8 deletions
|
@ -2,5 +2,5 @@
|
|||
%h3 Encoding Error
|
||||
%hr
|
||||
%p
|
||||
Page cant be loaded cause of encoding error
|
||||
Page can't be loaded cause of encoding error
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%h3 Git Resource Not found
|
||||
%hr
|
||||
%p
|
||||
Application cant get access to some
|
||||
Application can't get access to some
|
||||
%span.label branch
|
||||
or
|
||||
%span.label commit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.alert-message.block-message.error
|
||||
%h3 Gitolite Error
|
||||
%h4 Application cant get access to your gitolite system.
|
||||
%h4 Application can't get access to your gitolite system.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
%span
|
||||
= link_to "Show how to merge", "#", class: "how_to_merge_link btn small padded", title: "How To Merge"
|
||||
|
||||
%strong This request cant be merged with GitLab. You should do it manually
|
||||
%strong This request can't be merged with GitLab. You should do it manually
|
||||
|
||||
.automerge_widget.unchecked
|
||||
.alert-message
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.alert-message.block-message
|
||||
= link_to new_project_snippet_path(@project), class: "btn small add_new right", title: "New Snippet" do
|
||||
Add new snippet
|
||||
Share code pastes with others if it cant be in a git repository
|
||||
Share code pastes with others if it can't be in a git repository
|
||||
%br
|
||||
To add new snippet - click on button.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue