diff options
author | Joas Schilling <coding@schilljs.com> | 2020-12-17 09:14:21 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-12-17 09:14:21 +0100 |
commit | 15956c20c3f9889c718761683bb89b92156ff2b6 (patch) | |
tree | d7e88eb19f6c1a64b4b203c7ff650426fb507c4b /config | |
parent | acf9aa19da7f67cfbdee06772cc19b937720b48e (diff) | |
download | nextcloud-server-15956c20c3f9889c718761683bb89b92156ff2b6.tar.gz nextcloud-server-15956c20c3f9889c718761683bb89b92156ff2b6.zip |
Improve hints for default_phone_region
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 50bf46353e4..ddfb26f5b68 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -202,7 +202,7 @@ $CONFIG = [ * * No default value! */ -'default_phone_region' => 'EN', +'default_phone_region' => 'GB', /** * With this setting a locale can be forced for all users. If a locale is |