Skip to content
代码片段 群组 项目
提交 25ab4a31 编辑于 作者: Kati Paizee's avatar Kati Paizee
浏览文件

Merge branch 'aa-fix-necessary-word' into 'master'

Fix necessary word in admin hook view

See merge request gitlab-org/gitlab!81781
No related branches found
No related tags found
无相关合并请求
......@@ -3,7 +3,7 @@
.form-group
= form.label :url, _('URL'), class: 'label-bold'
= form.text_field :url, class: 'form-control gl-form-input'
%p.form-text.text-muted= _('URL must be percent-encoded if neccessary.')
%p.form-text.text-muted= _('URL must be percent-encoded if necessary.')
.form-group
= form.label :token, _('Secret token'), class: 'label-bold'
= form.text_field :token, class: 'form-control gl-form-input'
......
......@@ -38932,7 +38932,7 @@ msgstr ""
msgid "URL is triggered when repository is updated"
msgstr ""
 
msgid "URL must be percent-encoded if neccessary."
msgid "URL must be percent-encoded if necessary."
msgstr ""
 
msgid "URL must start with %{codeStart}http://%{codeEnd}, %{codeStart}https://%{codeEnd}, or %{codeStart}ftp://%{codeEnd}"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册