Merge branch 'ent-10129-visual-console-fe-de-errata-en-formulario-create-item-percentile' into 'develop'
Ent 10129 visual console fe de errata en formulario create item percentile See merge request artica/pandorafms!5403
This commit is contained in:
commit
c0084ed853
|
@ -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…
Reference in New Issue