mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Added missing backups help string
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5f1f6baee9
commit
5030c7e5ff
|
@ -28,6 +28,7 @@ return [
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
|
'backups_help' => 'Create, download, and restore backups ',
|
||||||
'backups_restoring' => 'Restoring from Backup',
|
'backups_restoring' => 'Restoring from Backup',
|
||||||
'backups_upload' => 'Upload Backup',
|
'backups_upload' => 'Upload Backup',
|
||||||
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
||||||
|
|
Loading…
Reference in a new issue