fix themes localization namespace (#5348)

This commit is contained in:
Marc Jauvin 2020-11-09 14:10:22 -05:00 committed by GitHub
parent 061d35e5fd
commit 3590571642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class ServiceProvider extends ModuleServiceProvider
$langPath = $theme->getPath() . '/lang';
if (File::isDirectory($langPath)) {
Lang::addNamespace("theme.{$theme->getId()}", $langPath);
Lang::addNamespace("themes.{$theme->getId()}", $langPath);
}
}