Update auto_devops_domain help block with i18n
This commit is contained in:
parent
6fb59ffb97
commit
5126b1c5d3
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
||||||
.col-sm-10
|
.col-sm-10
|
||||||
= f.text_field :auto_devops_domain, class: 'form-control', placeholder: 'domain.com'
|
= f.text_field :auto_devops_domain, class: 'form-control', placeholder: 'domain.com'
|
||||||
.help-block
|
.help-block
|
||||||
= s_("Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages.")
|
= s_("AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages.")
|
||||||
.form-group
|
.form-group
|
||||||
.col-sm-offset-2.col-sm-10
|
.col-sm-offset-2.col-sm-10
|
||||||
.checkbox
|
.checkbox
|
||||||
|
|
Loading…
Reference in a new issue