We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4f5506 + ad526e4 commit 176ba30Copy full SHA for 176ba30
src/app/Http/Controllers/BackupController.php
@@ -49,7 +49,7 @@ public function index()
49
50
// reverse the backups, so the newest one would be on top
51
$this->data['backups'] = array_reverse($this->data['backups']);
52
- $this->data['title'] = trans('backupmanager::backups');
+ $this->data['title'] = trans('backpack::backup.backups');
53
54
return view('backupmanager::backup', $this->data);
55
}
src/resources/lang/ro/backup.php
@@ -12,7 +12,8 @@
12
|
13
*/
14
15
- 'backup' => 'Copii de siguranță',
+ 'backup' => 'Copie de siguranță',
16
+ 'backups' => 'Copii de siguranță',
17
'create_a_new_backup' => 'Creează o nouă copie de siguranță',
18
'existing_backups' => 'Copii existente',
19
'date' => 'Data',
0 commit comments