Commit df6565e4 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'typos-committed-ee' into 'master'

Fix typos of committed in project views

See merge request gitlab-org/gitlab!41038
parents 1cb88955 aeb9f76b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
%strong= _('This project will be removed on %{date}') %{ date: date } %strong= _('This project will be removed on %{date}') %{ date: date }
%p %p
= _("Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it.") = _("Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it.")
= _("The repository can be commited to, and issues, comments and other entities can be created.") = _("The repository can be committed to, and issues, comments and other entities can be created.")
%strong= _('Only active this projects shows up in the search and on the dashboard.') %strong= _('Only active this projects shows up in the search and on the dashboard.')
= link_to _('Restore project'), namespace_project_restore_path(project.namespace, project), = link_to _('Restore project'), namespace_project_restore_path(project.namespace, project),
method: :post, class: "btn btn-remove" method: :post, class: "btn btn-remove"
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
= f.label :file_name_regex, "Prohibited file names", class: "label-bold" = f.label :file_name_regex, "Prohibited file names", class: "label-bold"
= f.text_field :file_name_regex, class: "form-control", placeholder: 'Example: (jar|exe)$', data: { qa_selector: 'file_name_field' } = f.text_field :file_name_regex, class: "form-control", placeholder: 'Example: (jar|exe)$', data: { qa_selector: 'file_name_field' }
.form-text.text-muted .form-text.text-muted
All commited filenames must not match this All committed filenames must not match this
= link_to 'regular expression', 'https://github.com/google/re2/wiki/Syntax' = link_to 'regular expression', 'https://github.com/google/re2/wiki/Syntax'
to be pushed. to be pushed.
If this field is empty it allows any filenames. If this field is empty it allows any filenames.
......
---
title: Fix typos of committed in project views
merge_request: 41038
author: Takuya Noguchi
type: other
...@@ -24835,7 +24835,7 @@ msgstr "" ...@@ -24835,7 +24835,7 @@ msgstr ""
msgid "The remote repository is being updated..." msgid "The remote repository is being updated..."
msgstr "" msgstr ""
msgid "The repository can be commited to, and issues, comments and other entities can be created." msgid "The repository can be committed to, and issues, comments and other entities can be created."
msgstr "" msgstr ""
msgid "The repository for this project does not exist." msgid "The repository for this project does not exist."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment