mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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_type = [
|
||||||
'percentile' => __('Percentile'),
|
'percentile' => __('Percentile'),
|
||||||
'bubble' => __('Bubble'),
|
'bubble' => __('Bubble'),
|
||||||
'circular_progress_bar' => __('Circular porgress bar'),
|
'circular_progress_bar' => __('Circular progress bar'),
|
||||||
'interior_circular_progress_bar' => __('Circular progress bar (interior)'),
|
'interior_circular_progress_bar' => __('Circular progress bar (interior)'),
|
||||||
];
|
];
|
||||||
$percentile_value = [
|
$percentile_value = [
|
||||||
|
@ -457,7 +457,7 @@ final class Percentile extends Item
|
|||||||
$fields = [
|
$fields = [
|
||||||
'progress-bar' => __('Percentile'),
|
'progress-bar' => __('Percentile'),
|
||||||
'bubble' => __('Bubble'),
|
'bubble' => __('Bubble'),
|
||||||
'circular-progress-bar' => __('Circular porgress bar'),
|
'circular-progress-bar' => __('Circular progress bar'),
|
||||||
'circular-progress-bar-alt' => __(
|
'circular-progress-bar-alt' => __(
|
||||||
'Circular progress bar (interior)'
|
'Circular progress bar (interior)'
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user