mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update Registration.js
change language to locale
This commit is contained in:
parent
cca1e2c04a
commit
18fe54e095
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user