We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d874882 commit cc24edfCopy full SHA for cc24edf
src/main/java/org/gridsuite/securityanalysis/server/service/SecurityAnalysisStoppedPublisherService.java
@@ -23,7 +23,7 @@
23
@Service
24
public class SecurityAnalysisStoppedPublisherService {
25
26
- public static final String CANCEL_MESSAGE = "Security analysis has canceled";
+ public static final String CANCEL_MESSAGE = "Security analysis was canceled";
27
public static final String FAIL_MESSAGE = "Security analysis has failed";
28
29
private static final String CATEGORY_BROKER_OUTPUT = SecurityAnalysisStoppedPublisherService.class.getName()
0 commit comments