Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/notes/note_type.rb')
-rw-r--r--app/graphql/types/notes/note_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/notes/note_type.rb b/app/graphql/types/notes/note_type.rb
index eb1963f976a..e7e032c67c6 100644
--- a/app/graphql/types/notes/note_type.rb
+++ b/app/graphql/types/notes/note_type.rb
@@ -9,7 +9,7 @@ module Types
expose_permissions Types::PermissionTypes::Note
- implements(Types::ResolvableInterface)
+ implements Types::ResolvableInterface
field :max_access_level_of_author, GraphQL::Types::String,
null: true,
@@ -43,7 +43,7 @@ module Types
field :award_emoji, Types::AwardEmojis::AwardEmojiType.connection_type,
null: true,
- description: 'List of award emojis associated with the note.'
+ description: 'List of emoji reactions associated with the note.'
field :confidential, GraphQL::Types::Boolean,
null: true,