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; }