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 87c67c99f9efb1ea3973a7147471e156d0d5f585)
This commit is contained in:
Tino Vazquez 2021-01-13 10:04:15 +01:00
parent 0f5ccdd199
commit de74a4d597
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

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