#2363 update eol messages
This commit is contained in:
parent
8783b7252a
commit
d8eb7d17f6
3 changed files with 3 additions and 3 deletions
|
@ -120,7 +120,7 @@ public class SystemHelper {
|
|||
cal.set(2021, 6 - 1, 2);
|
||||
eolTime = cal.getTimeInMillis();
|
||||
if (isEoled()) {
|
||||
logger.error("Your system is out of service. See https://fess.codelibs.org/eol.html");
|
||||
logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html");
|
||||
}
|
||||
updateSystemProperties();
|
||||
final FessConfig fessConfig = ComponentUtil.getFessConfig();
|
||||
|
|
|
@ -951,7 +951,7 @@ labels.esreq_button_upload=Send
|
|||
labels.facet_is_not_found=No match
|
||||
labels.doc_score=Score:
|
||||
labels.development_mode_warning=Running as Development mode. For production use, please install a standalone elasticsearch server.
|
||||
labels.eol_error=Your system is out of service. See EOL page.
|
||||
labels.eol_error=Your system is out of support. See EOL page.
|
||||
labels.advance=Advance
|
||||
labels.advance_search_title=Advanced Search
|
||||
labels.advance_search_must_queries=All these words
|
||||
|
|
|
@ -951,7 +951,7 @@ labels.esreq_button_upload=Send
|
|||
labels.facet_is_not_found=No match
|
||||
labels.doc_score=Score:
|
||||
labels.development_mode_warning=Running as Development mode. For production use, please install a standalone elasticsearch server.
|
||||
labels.eol_error=Your system is out of service. See EOL page.
|
||||
labels.eol_error=Your system is out of support. See EOL page.
|
||||
labels.advance=Advance
|
||||
labels.advance_search_title=Advanced Search
|
||||
labels.advance_search_must_queries=All these words
|
||||
|
|
Loading…
Add table
Reference in a new issue