Commit c6465409 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'ag-rename-convdev-image-filenames' into 'master'

[Image Files] Rename ConvDev Index to DevOps Score

See merge request gitlab-org/gitlab!20798
parents ff280b66 377b087f
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
= _('Introducing Your Conversational Development Index') = _('Introducing Your Conversational Development Index')
%p %p
= _('Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers.') = _('Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers.')
.svg-container.devops .svg-container.convdev
= custom_icon('convdev_overview') = custom_icon('dev_ops_score_overview')
.container.devops-empty .container.devops-empty
.col-sm-12.justify-content-center.text-center .col-sm-12.justify-content-center.text-center
= custom_icon('convdev_no_index') = custom_icon('dev_ops_score_no_index')
%h4= _('Usage ping is not enabled') %h4= _('Usage ping is not enabled')
- if !current_user.admin? - if !current_user.admin?
%p %p
......
.container.devops-empty .container.devops-empty
.col-sm-12.justify-content-center.text-center .col-sm-12.justify-content-center.text-center
= custom_icon('convdev_no_data') = custom_icon('dev_ops_score_no_data')
%h4= _('Data is still calculating...') %h4= _('Data is still calculating...')
%p %p
= _('In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index.') = _('In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index.')
......
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