translations updated

This commit is contained in:
Benjamin Takats
2022-12-14 11:57:46 +01:00
parent 92cb9cfe20
commit 2108b39161
4 changed files with 27 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
MenuSection::dashboard(Main::class)
->icon('lightning-bolt'),
MenuSection::make('Locations', [
MenuSection::make(__('Locations'), [
MenuItem::resource(City::class),
MenuItem::resource(Venue::class),
])