text typo

This commit is contained in:
Cüneyt Şentürk 2021-10-07 12:12:13 +03:00
parent 668b17c2e4
commit b7ff2e20ef

View File

@ -54,7 +54,7 @@ class DeleteCategory extends Job implements ShouldDelete
}
if ($this->model->id == setting('default.expense_category')) {
$relationships[] = strtolower(trans_choice('general.incomes', 1));
$relationships[] = strtolower(trans_choice('general.expenses', 1));
}
return $relationships;