Skip to content

Commit

Permalink
Fix grid parent label.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Jan 29, 2019
1 parent c774cfe commit 94e3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/en/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

$GLOBALS['TL_LANG']['tl_content']['bs_grid'][0] = 'Grid';
$GLOBALS['TL_LANG']['tl_content']['bs_grid'][1] = 'Please choose a grid definition.';
$GLOBALS['TL_LANG']['tl_content']['bs_grid_parent'][1] = 'Parent element';
$GLOBALS['TL_LANG']['tl_content']['bs_grid_parent'][0] = 'Parent element';
$GLOBALS['TL_LANG']['tl_content']['bs_grid_parent'][1] = 'Please select the parent element.';
$GLOBALS['TL_LANG']['tl_content']['bs_grid_name'][0] = 'Grid name';
$GLOBALS['TL_LANG']['tl_content']['bs_grid_name'][1] = 'Internal grid name used for the backend view.';
Expand Down

0 comments on commit 94e3439

Please sign in to comment.