Fix a english label (#2439)
This commit is contained in:
parent
2792584aff
commit
b626b6e4f9
3 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue