mirror of
https://github.com/grocy/grocy.git
synced 2025-08-22 21:10:47 +00:00
Migrated (hopefully) all translations to PO/Gettext (references #161)
This commit is contained in:
@@ -72,7 +72,7 @@ class RecipesController extends BaseController
|
||||
if ($recipeId == 'new')
|
||||
{
|
||||
$newRecipe = $this->Database->recipes()->createRow(array(
|
||||
'name' => $this->LocalizationService->Localize('New recipe')
|
||||
'name' => $this->LocalizationService-Translator->__t('New recipe')
|
||||
));
|
||||
$newRecipe->save();
|
||||
|
||||
|
Reference in New Issue
Block a user