#10129 fixed Circular progress bar name

This commit is contained in:
Daniel Cebrian 2023-01-12 09:55:07 +01:00
parent 2fb7acc871
commit 4d08ca57b4
2 changed files with 2 additions and 2 deletions

View File

@ -685,7 +685,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background)
$percentile_type = [
'percentile' => __('Percentile'),
'bubble' => __('Bubble'),
'circular_progress_bar' => __('Circular porgress bar'),
'circular_progress_bar' => __('Circular progress bar'),
'interior_circular_progress_bar' => __('Circular progress bar (interior)'),
];
$percentile_value = [

View File

@ -457,7 +457,7 @@ final class Percentile extends Item
$fields = [
'progress-bar' => __('Percentile'),
'bubble' => __('Bubble'),
'circular-progress-bar' => __('Circular porgress bar'),
'circular-progress-bar' => __('Circular progress bar'),
'circular-progress-bar-alt' => __(
'Circular progress bar (interior)'
),