mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 14:44:26 +00:00
More user friendly message.
This commit is contained in:
@@ -70,7 +70,7 @@ class ReportsEmptyObjects extends Command
|
|||||||
/** @var stdClass $entry */
|
/** @var stdClass $entry */
|
||||||
foreach ($set as $entry) {
|
foreach ($set as $entry) {
|
||||||
$line = sprintf(
|
$line = sprintf(
|
||||||
'User #%d (%s) has budget #%d ("%s") which has no transaction journals.',
|
'User #%d (%s) has budget #%d ("%s") which has no transactions.',
|
||||||
$entry->user_id,
|
$entry->user_id,
|
||||||
$entry->email,
|
$entry->email,
|
||||||
$entry->id,
|
$entry->id,
|
||||||
@@ -96,7 +96,7 @@ class ReportsEmptyObjects extends Command
|
|||||||
/** @var stdClass $entry */
|
/** @var stdClass $entry */
|
||||||
foreach ($set as $entry) {
|
foreach ($set as $entry) {
|
||||||
$line = sprintf(
|
$line = sprintf(
|
||||||
'User #%d (%s) has category #%d ("%s") which has no transaction journals.',
|
'User #%d (%s) has category #%d ("%s") which has no transactions.',
|
||||||
$entry->user_id,
|
$entry->user_id,
|
||||||
$entry->email,
|
$entry->email,
|
||||||
$entry->id,
|
$entry->id,
|
||||||
@@ -119,7 +119,7 @@ class ReportsEmptyObjects extends Command
|
|||||||
/** @var stdClass $entry */
|
/** @var stdClass $entry */
|
||||||
foreach ($set as $entry) {
|
foreach ($set as $entry) {
|
||||||
$line = sprintf(
|
$line = sprintf(
|
||||||
'User #%d (%s) has tag #%d ("%s") which has no transaction journals.',
|
'User #%d (%s) has tag #%d ("%s") which has no transactions.',
|
||||||
$entry->user_id,
|
$entry->user_id,
|
||||||
$entry->email,
|
$entry->email,
|
||||||
$entry->id,
|
$entry->id,
|
||||||
|
Reference in New Issue
Block a user