public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH backup] TapeInventory: Fix string missing 'in'
@ 2023-11-24 12:05 Maximiliano Sandoval
  2023-11-24 13:54 ` [pbs-devel] applied: " Wolfgang Bumiller
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2023-11-24 12:05 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 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',
-- 
2.39.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-24 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 12:05 [pbs-devel] [PATCH backup] TapeInventory: Fix string missing 'in' Maximiliano Sandoval
2023-11-24 13:54 ` [pbs-devel] applied: " Wolfgang Bumiller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal