summaryrefslogtreecommitdiff
path: root/app/graphql/types/root_storage_statistics_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/root_storage_statistics_type.rb')
-rw-r--r--app/graphql/types/root_storage_statistics_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/root_storage_statistics_type.rb b/app/graphql/types/root_storage_statistics_type.rb
index a7498ee0a2e..3c471df072d 100644
--- a/app/graphql/types/root_storage_statistics_type.rb
+++ b/app/graphql/types/root_storage_statistics_type.rb
@@ -7,7 +7,7 @@ module Types
authorize :read_statistics
field :storage_size, GraphQL::INT_TYPE, null: false, description: 'The total storage in bytes'
- field :repository_size, GraphQL::INT_TYPE, null: false, description: 'The git repository size in bytes'
+ field :repository_size, GraphQL::INT_TYPE, null: false, description: 'The Git repository size in bytes'
field :lfs_objects_size, GraphQL::INT_TYPE, null: false, description: 'The LFS objects size in bytes'
field :build_artifacts_size, GraphQL::INT_TYPE, null: false, description: 'The CI artifacts size in bytes'
field :packages_size, GraphQL::INT_TYPE, null: false, description: 'The packages size in bytes'