mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#10129 fixed Circular progress bar name
This commit is contained in:
parent
2fb7acc871
commit
4d08ca57b4
@ -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 = [
|
||||
|
@ -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)'
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user