1
0
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:
Daniel 2020-05-05 09:23:42 +00:00 committed by GitHub
parent c05fd39d92
commit 6c01f40a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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