This commit is contained in:
James Cole 2020-03-09 18:25:47 +01:00
parent 50f4bf568b
commit 086e4d5880
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -302,7 +302,7 @@ try {
if ($object instanceof Bill) {
$breadcrumbs->parent('bills.show', $object);
}
$breadcrumbs->push(limitStringLength($attachment->filename), route('attachments.edit', [$attachment]));
$breadcrumbs->push(limitStringLength(trans('firefly.edit_attachment', ['name' => $attachment->filename])), route('attachments.edit', [$attachment]));
}
);
Breadcrumbs::register(