Laravel-Backpack / BackupManager

Admin interface for managing database and file backups in Backpack for Laravel
http://backpackforlaravel.com
Other
333 stars 93 forks source link

Page title is non translated: <title>backupmanager::backups :: #114

Closed dandarie closed 2 years ago

dandarie commented 2 years ago

Bug report

What I did:

Installed BackupManager.

What I expected to happen:

What happened:

Page title wasn't translated.

What I've already tried to fix it:

In src\Http\Controllers\BackupController#52:

$this->data['title'] = trans('backpack::backup.backups');

Backpack, Laravel, PHP, DB version:

Backpack: 5.3.0 Laravel: 9.23 PHP: 8.1.3

tabacitu commented 2 years ago

Oups. Thanks @dandarie ! Closing in favor of https://github.com/Laravel-Backpack/BackupManager/pull/115