mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Finished migration to use gettext (this now closes #161)
This commit is contained in:
@@ -9,5 +9,5 @@ $db = $this->DatabaseService->GetDbConnection();
|
||||
|
||||
$defaultShoppingList = $this->Database->shopping_lists()->where('id = 1')->fetch();
|
||||
$defaultShoppingList->update(array(
|
||||
'name' => $localizationService->Localize('Shopping list')
|
||||
'name' => $localizationService->__t('Shopping list')
|
||||
));
|
||||
|
Reference in New Issue
Block a user