From 18fe54e09535012bd4a95c815fef52abf2848982 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 18 Oct 2019 11:49:14 +0200 Subject: [PATCH] Update Registration.js change language to locale --- webapp/graphql/Registration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/graphql/Registration.js b/webapp/graphql/Registration.js index eab2b94be..30996e9ee 100644 --- a/webapp/graphql/Registration.js +++ b/webapp/graphql/Registration.js @@ -7,7 +7,7 @@ export const SignupVerificationMutation = gql` $password: String! $about: String $termsAndConditionsAgreedVersion: String! - $language: String + $locale: String ) { SignupVerification( nonce: $nonce @@ -16,7 +16,7 @@ export const SignupVerificationMutation = gql` password: $password about: $about termsAndConditionsAgreedVersion: $termsAndConditionsAgreedVersion - language: $language + language: $locale ) { id name