mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-15 10:15:06 +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',
|
xtype: 'displayfield',
|
||||||
cls: 'pmx-hint',
|
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',
|
xtype: 'pmxDisplayEditField',
|
||||||
|
Loading…
Reference in New Issue
Block a user