Skip to content

Commit

Permalink
spelling: with
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 25, 2023
1 parent 5d878cc commit ec71d44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,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(
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/security/migrate_roles_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ec71d44

Please sign in to comment.