summaryrefslogtreecommitdiff
path: root/app/graphql/types/customer_relations/contact_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/customer_relations/contact_type.rb')
-rw-r--r--app/graphql/types/customer_relations/contact_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/customer_relations/contact_type.rb b/app/graphql/types/customer_relations/contact_type.rb
index 35b5bf45698..b5224a3e239 100644
--- a/app/graphql/types/customer_relations/contact_type.rb
+++ b/app/graphql/types/customer_relations/contact_type.rb
@@ -39,7 +39,7 @@ module Types
field :description,
GraphQL::Types::String,
null: true,
- description: 'Description or notes for the contact.'
+ description: 'Description of or notes for the contact.'
field :created_at,
Types::TimeType,