mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: small typo in a sunstone translatable string (#4649)
Signed-off-by: Daniel Dehennin <daniel.dehennin@baby-gnu.org>
This commit is contained in:
parent
c05fd39d92
commit
6c01f40a26
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user