From 053b29416f67bdbc661560939b4c0706c5752039 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Fri, 24 Nov 2023 13:05:00 +0100 Subject: [PATCH] TapeInventory: Fix string missing 'in' Signed-off-by: Maximiliano Sandoval --- www/tape/window/LabelMedia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tape/window/LabelMedia.js b/www/tape/window/LabelMedia.js index 06c43063..4fe93ed5 100644 --- a/www/tape/window/LabelMedia.js +++ b/www/tape/window/LabelMedia.js @@ -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',