summaryrefslogtreecommitdiff
path: root/app/graphql/types/projects/namespace_project_sort_enum.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/projects/namespace_project_sort_enum.rb')
-rw-r--r--app/graphql/types/projects/namespace_project_sort_enum.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/projects/namespace_project_sort_enum.rb b/app/graphql/types/projects/namespace_project_sort_enum.rb
index ede29748beb..bd7058196dd 100644
--- a/app/graphql/types/projects/namespace_project_sort_enum.rb
+++ b/app/graphql/types/projects/namespace_project_sort_enum.rb
@@ -6,8 +6,8 @@ module Types
graphql_name 'NamespaceProjectSort'
description 'Values for sorting projects'
- value 'SIMILARITY', 'Most similar to the search query', value: :similarity
- value 'STORAGE', 'Sort by storage size', value: :storage
+ value 'SIMILARITY', 'Most similar to the search query.', value: :similarity
+ value 'STORAGE', 'Sort by storage size.', value: :storage
end
end
end