summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-07-09 13:43:53 +0000
committerClement Ho <clemmakesapps@gmail.com>2019-07-09 13:43:53 +0000
commit476f0955480eb67fe3c6e2a95137caf91a27b5d4 (patch)
treef0839265b4d57bff512b87fdb7f623ca40fc941d /app/helpers
parent2523672b20b2d8ecee5186319bdb26d7934bcee1 (diff)
downloadgitlab-ce-476f0955480eb67fe3c6e2a95137caf91a27b5d4.tar.gz
Implemented frontend suggestions
Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/storage_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/storage_helper.rb b/app/helpers/storage_helper.rb
index ecf37bae6b3..ce810433a3a 100644
--- a/app/helpers/storage_helper.rb
+++ b/app/helpers/storage_helper.rb
@@ -17,6 +17,6 @@ module StorageHelper
counter_lfs_objects: storage_counter(statistics.lfs_objects_size)
}
- _("%{counter_repositories} repositories, %{counter_wikis} wikis, %{counter_build_artifacts} build artifacts, %{counter_lfs_objects} LFS") % counters
+ _("Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}") % counters
end
end