diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-17 21:52:47 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-17 21:52:47 -0700 |
commit | 8ac00193a1f285d1ff7d7221a76743f44cba176c (patch) | |
tree | 627016a38fdbc6989ec2dd9404e74c915ab9d460 /app | |
parent | 4b3fb68c2da677a987f79e9c3f459f80c68bf33b (diff) | |
download | gitlab-ce-8ac00193a1f285d1ff7d7221a76743f44cba176c.tar.gz |
Capitalize `Done` to be consistent with JS
Diffstat (limited to 'app')
-rw-r--r-- | app/views/import/bitbucket_server/status.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/bitbucket_server/status.html.haml b/app/views/import/bitbucket_server/status.html.haml index e5796803826..e4a56ee3c92 100644 --- a/app/views/import/bitbucket_server/status.html.haml +++ b/app/views/import/bitbucket_server/status.html.haml @@ -42,7 +42,7 @@ - if project.import_status == 'finished' %span %i.fa.fa-check - done + Done - elsif project.import_status == 'started' %i.fa.fa-spinner.fa-spin started |