Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-08-29 09:20:37 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-08-29 09:41:35 +0300
commit76f41b4f1c621c46a0d1249b03bf409ff018fb70 (patch)
treea0444eedfbe8f7fac7c08984a4b1e74b18e000e0 /src/nameProvider.js
parent6ad9ddbf7d83eadafbfb9a5d6e2db1b9b63e52ed (diff)
Use Actions and cleanup code
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/nameProvider.js')
-rw-r--r--src/nameProvider.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nameProvider.js b/src/nameProvider.js
index 8a2ee46..e811207 100644
--- a/src/nameProvider.js
+++ b/src/nameProvider.js
@@ -172,7 +172,7 @@ const list = [
{ code: 'ye', label: t('privacy', 'Yemen') },
{ code: 'za', label: t('privacy', 'South Africa') },
{ code: 'zm', label: t('privacy', 'Zambia') },
- { code: 'zw', label: t('privacy', 'Zimbabwe') },
+ { code: 'zw', label: t('privacy', 'Zimbabwe') }
]
export function getCountryList() {