mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
locale
change language to locale
This commit is contained in:
parent
6d1bf2c3e8
commit
713feb4347
@ -381,7 +381,7 @@ describe('SignupVerification', () => {
|
||||
$nonce: String!
|
||||
$about: String
|
||||
$termsAndConditionsAgreedVersion: String!
|
||||
$language: String
|
||||
$locale: String
|
||||
) {
|
||||
SignupVerification(
|
||||
name: $name
|
||||
@ -390,7 +390,7 @@ describe('SignupVerification', () => {
|
||||
nonce: $nonce
|
||||
about: $about
|
||||
termsAndConditionsAgreedVersion: $termsAndConditionsAgreedVersion
|
||||
language: $language
|
||||
locale: $language
|
||||
) {
|
||||
id
|
||||
termsAndConditionsAgreedVersion
|
||||
@ -407,7 +407,7 @@ describe('SignupVerification', () => {
|
||||
password: '123',
|
||||
email: 'john@example.org',
|
||||
termsAndConditionsAgreedVersion: '0.1.0',
|
||||
language: 'en',
|
||||
locale: 'en',
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user