fix #662 modify labels
This commit is contained in:
parent
c9ee2daa21
commit
bc13b54756
3 changed files with 6 additions and 6 deletions
|
@ -1067,10 +1067,10 @@ public class FessLabels extends UserMessages {
|
|||
/** The key of the message: System Configuration */
|
||||
public static final String LABELS_dashboard_title_configuration = "{labels.dashboard_title_configuration}";
|
||||
|
||||
/** The key of the message: Suggest by Search Words */
|
||||
/** The key of the message: Suggest from Search Words */
|
||||
public static final String LABELS_suggest_search_log_enabled = "{labels.suggest_search_log_enabled}";
|
||||
|
||||
/** The key of the message: Suggest by Documents */
|
||||
/** The key of the message: Suggest from Documents */
|
||||
public static final String LABELS_suggest_documents_enabled = "{labels.suggest_documents_enabled}";
|
||||
|
||||
/** The key of the message: Purge Suggest Documents Before */
|
||||
|
|
|
@ -346,8 +346,8 @@ labels.duplicate_name=Duplicate Name
|
|||
labels.duplicate_host_configuration=Duplicate Host
|
||||
labels.duplicate_host_title_details=Duplicate Host
|
||||
labels.dashboard_title_configuration=System Configuration
|
||||
labels.suggest_search_log_enabled=Suggest by Search Words
|
||||
labels.suggest_documents_enabled=Suggest by Documents
|
||||
labels.suggest_search_log_enabled=Suggest from Search Words
|
||||
labels.suggest_documents_enabled=Suggest from Documents
|
||||
labels.purge_suggest_search_log_day=Purge Suggest Documents Before
|
||||
labels.crawling_info_title=Crawling Information
|
||||
labels.crawling_info_title_confirm=Crawling Information
|
||||
|
|
|
@ -346,8 +346,8 @@ labels.duplicate_name=Duplicate Name
|
|||
labels.duplicate_host_configuration=Duplicate Host
|
||||
labels.duplicate_host_title_details=Duplicate Host
|
||||
labels.dashboard_title_configuration=System Configuration
|
||||
labels.suggest_search_log_enabled=Suggest by Search Words
|
||||
labels.suggest_documents_enabled=Suggest by Documents
|
||||
labels.suggest_search_log_enabled=Suggest from Search Words
|
||||
labels.suggest_documents_enabled=Suggest from Documents
|
||||
labels.purge_suggest_search_log_day=Purge Suggest Documents Before
|
||||
labels.crawling_info_title=Crawling Information
|
||||
labels.crawling_info_title_confirm=Crawling Information
|
||||
|
|
Loading…
Add table
Reference in a new issue