akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -62,11 +62,11 @@ class UpdateFailed extends Notification
*/
public function toMail($notifiable)
{
$subject = trans('notifications.update.mail.subject', [
$subject = trans('notifications.update.mail.title', [
'domain' => request()->getHttpHost(),
]);
$message = trans('notifications.update.mail.message', [
$message = trans('notifications.update.mail.description', [
'alias' => $this->getAliasName(),
'current_version' => $this->event->old,
'new_version' => $this->event->new,
@ -88,7 +88,7 @@ class UpdateFailed extends Notification
*/
public function toSlack($notifiable)
{
$message = trans('notifications.update.slack.message', [
$message = trans('notifications.update.slack.description', [
'domain' => request()->getHttpHost(),
]);