Fix a english label (#2439)

This commit is contained in:
Koki Igarashi 2020-03-27 15:25:45 +09:00 committed by GitHub
parent 2792584aff
commit b626b6e4f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -2424,7 +2424,7 @@ public class FessLabels extends UserMessages {
/** The key of the message: Role */
public static final String LABELS_role_title_details = "{labels.role_title_details}";
/** The key of the message: group */
/** The key of the message: Group */
public static final String LABELS_group_configuration = "{labels.group_configuration}";
/** The key of the message: Name */

View file

@ -799,7 +799,7 @@ labels.role_configuration=Role
labels.role_list_name=Name
labels.role_name=Name
labels.role_title_details=Role
labels.group_configuration=group
labels.group_configuration=Group
labels.group_list_name=Name
labels.group_name=Name
labels.group_title_details=Group

View file

@ -799,7 +799,7 @@ labels.role_configuration=Role
labels.role_list_name=Name
labels.role_name=Name
labels.role_title_details=Role
labels.group_configuration=group
labels.group_configuration=Group
labels.group_list_name=Name
labels.group_name=Name
labels.group_title_details=Group