diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-09-19 19:43:23 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-09-19 19:43:23 +0200 |
commit | 95eba3aa8a035049a97ec059d3fe83c679641257 (patch) | |
tree | 8d6ad9e59320b7b5b4f18787eb9f395d83cb3e66 /app/helpers/auto_devops_helper.rb | |
parent | 9bed20d2ae4b37f735b2c6cacd09379022708300 (diff) | |
download | gitlab-ce-95eba3aa8a035049a97ec059d3fe83c679641257.tar.gz |
Improve after code-review
Diffstat (limited to 'app/helpers/auto_devops_helper.rb')
-rw-r--r-- | app/helpers/auto_devops_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/auto_devops_helper.rb b/app/helpers/auto_devops_helper.rb index 5da68a2d03d..483b957decb 100644 --- a/app/helpers/auto_devops_helper.rb +++ b/app/helpers/auto_devops_helper.rb @@ -18,9 +18,9 @@ module AutoDevopsHelper } if missing_domain - _('Auto Review Apps and Auto Deploy need a domain name and the %s to work correctly.') % params + _('Auto Review Apps and Auto Deploy need a domain name and the %{kubernetes} to work correctly.') % params else - _('Auto Review Apps and Auto Deploy need the %s to work correctly.') % params + _('Auto Review Apps and Auto Deploy need the %{kubernetes} to work correctly.') % params end elsif missing_domain _('Auto Review Apps and Auto Deploy need a domain name to work correctly.') |