Update dashboard column count in lang strings (now 12 columns)
This commit is contained in:
parent
758d8e01e3
commit
b5d5e8c20d
|
|
@ -82,8 +82,8 @@ return [
|
|||
'widget_inspector_title' => 'Widget configuration',
|
||||
'widget_inspector_description' => 'Configure the report widget',
|
||||
'widget_columns_label' => 'Width :columns',
|
||||
'widget_columns_description' => 'The widget width, a number between 1 and 10.',
|
||||
'widget_columns_error' => 'Please enter the widget width as a number between 1 and 10.',
|
||||
'widget_columns_description' => 'The widget width, a number between 1 and 12.',
|
||||
'widget_columns_error' => 'Please enter the widget width as a number between 1 and 12.',
|
||||
'columns' => '{1} column|[2,Inf] columns',
|
||||
'widget_new_row_label' => 'Force new row',
|
||||
'widget_new_row_description' => 'Put the widget in a new row.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue