TapeInventory: Fix string missing 'in'

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2023-11-24 13:05:00 +01:00 committed by Wolfgang Bumiller
parent 164f96a5a6
commit 053b29416f

View File

@ -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',