mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
Fix the ISO code description of region/province/department (#3685)
* Fix the ISO code description of region/province/department
* Missing the data of one province and two regions of China
* Revert " Missing the data of one province and two regions of China"
This reverts commit abff4555cd.
This commit is contained in:
@@ -852,8 +852,8 @@ export const visTypes = {
|
||||
],
|
||||
controlOverrides: {
|
||||
entity: {
|
||||
label: t('ISO 3166-1 codes of region/province/department'),
|
||||
description: t('It\'s ISO 3166-1 of your region/province/department in your table. (see documentation for list of ISO 3166-1)'),
|
||||
label: t('ISO 3166-2 codes of region/province/department'),
|
||||
description: t('It\'s ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)'),
|
||||
},
|
||||
metric: {
|
||||
label: t('Metric'),
|
||||
|
||||
Reference in New Issue
Block a user