Skip to content

Commit

Permalink
Fix the missing news picker label (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed Apr 8, 2021
1 parent 9cbf69b commit 131afef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/contao/languages/de/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
$GLOBALS['TL_LANG']['MSC']['activeCategories'] = 'Aktive Kategorien:';
$GLOBALS['TL_LANG']['MSC']['inactiveCategories'] = 'Nach Kategorien filtern:';
$GLOBALS['TL_LANG']['MSC']['inactiveCategoriesAdd'] = 'Dem Filter weitere Kategorien hinzufügen:';
$GLOBALS['TL_LANG']['MSC']['newsCategoriesPicker'] = 'Nachrichten-Kategorien';

/*
* Content elements
Expand Down
1 change: 1 addition & 0 deletions src/Resources/contao/languages/en/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
$GLOBALS['TL_LANG']['MSC']['activeCategories'] = 'Active categories:';
$GLOBALS['TL_LANG']['MSC']['inactiveCategories'] = 'Filter by categories:';
$GLOBALS['TL_LANG']['MSC']['inactiveCategoriesAdd'] = 'Add another category to filter:';
$GLOBALS['TL_LANG']['MSC']['newsCategoriesPicker'] = 'News categories';

/*
* Content elements
Expand Down

0 comments on commit 131afef

Please sign in to comment.