Skip to content

Commit

Permalink
[sitecore-jss] [graphql-dictionary-service] use "Key" and "Phrase" ca…
Browse files Browse the repository at this point in the history
…pitalized (#697)
  • Loading branch information
illiakovalenko authored May 18, 2021
1 parent 56144b3 commit d00e2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sitecore-jss/src/i18n/graphql-dictionary-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit d00e2ab

Please sign in to comment.