Skip to content
Snippets Groups Projects
Commit ff46c8d8 authored by Felipe Cecagno's avatar Felipe Cecagno
Browse files

removed the Succeeded status message

parent ad7765de
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,6 @@ package org.bigbluebutton.clientcheck.view.mainview
public static const FAILED:Object = {StatusMessage: ResourceManager.getInstance().getString('resources', 'bbbsystemcheck.status.failed'), StatusPriority: 1};
public static const WARNING:Object = {StatusMessage: ResourceManager.getInstance().getString('resources', 'bbbsystemcheck.status.warning'), StatusPriority: 2};
public static const LOADING:Object = {StatusMessage: ResourceManager.getInstance().getString('resources', 'bbbsystemcheck.status.loading'), StatusPriority: 3};
public static const SUCCEED:Object = {StatusMessage: ResourceManager.getInstance().getString('resources', 'bbbsystemcheck.status.succeeded'), StatusPriority: 4};
public static const SUCCEED:Object = {StatusMessage: "", StatusPriority: 4};
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment