From 1a3c6f715d87d77f9e0f109475d13cca63f2d710 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 12 Feb 2024 14:14:36 +0800 Subject: [PATCH] Updates country data to use a shorter name for Taiwan. --- toolkit/perfsonar-toolkit/web-ng/root/data/country_data.csv | 2 +- toolkit/perfsonar-toolkit/web-ng/root/data/country_data.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.csv b/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.csv index 47881c60e..88dc2207a 100644 --- a/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.csv +++ b/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.csv @@ -216,7 +216,7 @@ Swaziland,SZ Sweden,SE Switzerland,CH Syrian Arab Republic,SY -"Taiwan, Province of China",TW +Taiwan,TW Tajikistan,TJ "Tanzania, United Republic of",TZ Thailand,TH diff --git a/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.json b/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.json index 1e6c738cc..607abf5f8 100644 --- a/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.json +++ b/toolkit/perfsonar-toolkit/web-ng/root/data/country_data.json @@ -868,7 +868,7 @@ "Code": "SY" }, { - "Name": "Taiwan, Province of China", + "Name": "Taiwan", "Code": "TW" }, { @@ -995,4 +995,4 @@ "Name": "Zimbabwe", "Code": "ZW" } -] \ No newline at end of file +]