mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-04 20:36:03 +01:00
Fix 1039 Default to config file slug if translation is missing, otherwise use translation also in the tab title, not just in the page heading
This commit is contained in:
@@ -397,7 +397,6 @@ class Admin
|
||||
$languages = (array)$languages;
|
||||
}
|
||||
|
||||
|
||||
if ($lookup) {
|
||||
if (empty($languages) || reset($languages) == null) {
|
||||
if ($grav['config']->get('system.languages.translations_fallback', true)) {
|
||||
|
||||
Reference in New Issue
Block a user