From f4a2ca6bd3fb421c2773bb60518e1252558c1f8c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 11 Apr 2022 21:37:12 -0400 Subject: [PATCH] spelling: with Signed-off-by: Josh Soref --- .../plugins/plugin-chart-echarts/src/Treemap/index.ts | 2 +- superset/translations/en/LC_MESSAGES/messages.po | 2 +- superset/translations/messages.pot | 2 +- tests/integration_tests/core_tests.py | 2 +- tests/integration_tests/security/migrate_roles_tests.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts b/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts index 920f74e258d7b..ec6d2d38230c5 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts @@ -50,7 +50,7 @@ export default class EchartsTreemapChartPlugin extends ChartPlugin< category: t('Part of a Whole'), credits: ['https://echarts.apache.org'], description: t( - 'Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.', + 'Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.', ), exampleGallery: [{ url: example1 }, { url: example2 }], name: t('Treemap'), diff --git a/superset/translations/en/LC_MESSAGES/messages.po b/superset/translations/en/LC_MESSAGES/messages.po index 4e5cab72e26be..6faf2b1c7565f 100644 --- a/superset/translations/en/LC_MESSAGES/messages.po +++ b/superset/translations/en/LC_MESSAGES/messages.po @@ -10412,7 +10412,7 @@ msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 msgid "" -"Show hierarchical relationships of data, with with the value represented " +"Show hierarchical relationships of data, with the value represented " "by area, showing proportion and contribution to the whole." msgstr "" diff --git a/superset/translations/messages.pot b/superset/translations/messages.pot index 02e7fcfc4e3f6..ad475ef1e3572 100644 --- a/superset/translations/messages.pot +++ b/superset/translations/messages.pot @@ -10418,7 +10418,7 @@ msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 msgid "" -"Show hierarchical relationships of data, with with the value represented " +"Show hierarchical relationships of data, with the value represented " "by area, showing proportion and contribution to the whole." msgstr "" diff --git a/tests/integration_tests/core_tests.py b/tests/integration_tests/core_tests.py index deedfb5e5d786..f036f18bf6aa3 100644 --- a/tests/integration_tests/core_tests.py +++ b/tests/integration_tests/core_tests.py @@ -417,7 +417,7 @@ def test_get_user_slices(self): @pytest.mark.usefixtures("load_energy_table_with_slice") def test_slices_V2(self): # Add explore-v2-beta role to admin user - # Test all slice urls as user with with explore-v2-beta role + # Test all slice urls as user with explore-v2-beta role security_manager.add_role("explore-v2-beta") security_manager.add_user( diff --git a/tests/integration_tests/security/migrate_roles_tests.py b/tests/integration_tests/security/migrate_roles_tests.py index 6d63db24a3186..a541f00952773 100644 --- a/tests/integration_tests/security/migrate_roles_tests.py +++ b/tests/integration_tests/security/migrate_roles_tests.py @@ -178,7 +178,7 @@ def create_old_role(pvm_map: PvmMigrationMapType, external_pvms): (), ), ( - "Many to one with with old permission that gets deleted", + "Many to one with old permission that gets deleted", { "NewDummy": ( "can_read",