mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-14 15:23:19 +00:00
TapeInventory: Fix string missing 'in'
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
164f96a5a6
commit
053b29416f
@ -32,7 +32,7 @@ Ext.define('PBS.TapeManagement.LabelMediaWindow', {
|
||||
{
|
||||
xtype: 'displayfield',
|
||||
cls: 'pmx-hint',
|
||||
value: gettext('Make sure that the correct tape is inserted the selected drive and type in the label written on the tape.'),
|
||||
value: gettext('Make sure that the correct tape is inserted in the selected drive and type in the label written on the tape.'),
|
||||
},
|
||||
{
|
||||
xtype: 'pmxDisplayEditField',
|
||||
|
Loading…
Reference in New Issue
Block a user