diff --git a/docs/data/base/components/select/UnstyledSelectRichOptions.js b/docs/data/base/components/select/UnstyledSelectRichOptions.js index 839e39e2ab6ff4..eca4484bfcc753 100644 --- a/docs/data/base/components/select/UnstyledSelectRichOptions.js +++ b/docs/data/base/components/select/UnstyledSelectRichOptions.js @@ -550,7 +550,7 @@ const countries = [ { code: 'TV', label: 'Tuvalu', phone: '688' }, { code: 'TW', - label: 'Taiwan, Province of China', + label: 'Taiwan, Republic of China', phone: '886', }, { diff --git a/docs/data/base/components/select/UnstyledSelectRichOptions.tsx b/docs/data/base/components/select/UnstyledSelectRichOptions.tsx index cb2c3810c8a428..3be64c857d7b89 100644 --- a/docs/data/base/components/select/UnstyledSelectRichOptions.tsx +++ b/docs/data/base/components/select/UnstyledSelectRichOptions.tsx @@ -542,7 +542,7 @@ const countries = [ { code: 'TV', label: 'Tuvalu', phone: '688' }, { code: 'TW', - label: 'Taiwan, Province of China', + label: 'Taiwan, Republic of China', phone: '886', }, { diff --git a/docs/data/material/components/autocomplete/CountrySelect.js b/docs/data/material/components/autocomplete/CountrySelect.js index bf79b553ee7f29..7ee1aa5dec9240 100644 --- a/docs/data/material/components/autocomplete/CountrySelect.js +++ b/docs/data/material/components/autocomplete/CountrySelect.js @@ -412,7 +412,7 @@ const countries = [ { code: 'TV', label: 'Tuvalu', phone: '688' }, { code: 'TW', - label: 'Taiwan, Province of China', + label: 'Taiwan, Republic of China', phone: '886', }, { diff --git a/docs/data/material/components/autocomplete/CountrySelect.tsx b/docs/data/material/components/autocomplete/CountrySelect.tsx index ff82646fb3d022..0ded6935207f79 100644 --- a/docs/data/material/components/autocomplete/CountrySelect.tsx +++ b/docs/data/material/components/autocomplete/CountrySelect.tsx @@ -419,7 +419,7 @@ const countries: readonly CountryType[] = [ { code: 'TV', label: 'Tuvalu', phone: '688' }, { code: 'TW', - label: 'Taiwan, Province of China', + label: 'Taiwan, Republic of China', phone: '886', }, {