From 6c01f40a26ae51a961b845b2619d9140eea65a82 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 May 2020 09:23:42 +0000 Subject: [PATCH] M #-: small typo in a sunstone translatable string (#4649) Signed-off-by: Daniel Dehennin --- src/sunstone/public/app/utils/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/app/utils/files.js b/src/sunstone/public/app/utils/files.js index 998f8902cd..bd0272d0e8 100644 --- a/src/sunstone/public/app/utils/files.js +++ b/src/sunstone/public/app/utils/files.js @@ -36,7 +36,7 @@ define(function(require) { var vm_name = response["vm_name"]; if ($.inArray(graphics_type, ['spice', 'vnc']) < 0) { - Notifier.notifyError(Locale.tr("Type grapichs supported: vnc, spice")); + Notifier.notifyError(Locale.tr("Type graphics supported: vnc, spice")); return; }