mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Fix typo in Model/Locale.php
Europian -> European
This commit is contained in:
parent
02a432102d
commit
956db2ec2f
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class Locale extends Model
|
||||||
])
|
])
|
||||||
->addRule('eu', [
|
->addRule('eu', [
|
||||||
'type' => self::TYPE_BOOLEAN,
|
'type' => self::TYPE_BOOLEAN,
|
||||||
'description' => 'True if country is part of the Europian Union.',
|
'description' => 'True if country is part of the European Union.',
|
||||||
'default' => false,
|
'default' => false,
|
||||||
'example' => false,
|
'example' => false,
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue