1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

M #-: Fix typo

(cherry picked from commit 0e007026577277e045e30e9ea717ed18fc3b456a)
This commit is contained in:
Tino Vazquez 2021-01-13 10:01:57 +01:00
parent de74a4d597
commit a04be0b5c3
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -76,7 +76,7 @@ define(function (require) {
}
},
error: function(request, response, data) {
Notifier.onError(request, {error:{ message: "Fireedge private endpoint is not working, please contact you cloud administrator"}});
Notifier.onError(request, {error:{ message: "Fireedge private endpoint is not working, please contact your cloud administrator"}});
is_fireedge_configured = false;
clear_fireedge_token();
if (typeof error == "function"){