Update dashboard column count in lang strings (now 12 columns)

This commit is contained in:
Ben Thomson 2020-04-05 22:47:36 +08:00 committed by GitHub
parent 758d8e01e3
commit b5d5e8c20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.',