diff --git a/packages/sitecore-jss/src/i18n/graphql-dictionary-service.ts b/packages/sitecore-jss/src/i18n/graphql-dictionary-service.ts index 061bfb3e5e..545d52efe0 100644 --- a/packages/sitecore-jss/src/i18n/graphql-dictionary-service.ts +++ b/packages/sitecore-jss/src/i18n/graphql-dictionary-service.ts @@ -34,10 +34,10 @@ const query = /* GraphQL */ ` hasNext } results { - key: field(name: "key") { + key: field(name: "Key") { value } - phrase: field(name: "phrase") { + phrase: field(name: "Phrase") { value } }