|
|
@@ -31,23 +31,23 @@ class UserGroupDeleteModal extends React.Component {
|
|
|
this.availableOptions = [
|
|
|
{
|
|
|
id: 1,
|
|
|
- actionForPages: this.actionForPages.public,
|
|
|
- iconClass: 'icon-people',
|
|
|
- styleClass: '',
|
|
|
+ actionForPages: this.actionForPages.public,
|
|
|
+ iconClass: 'icon-people',
|
|
|
+ styleClass: '',
|
|
|
label: t('user_group_management:delete_modal.publish_pages'),
|
|
|
},
|
|
|
{
|
|
|
- id: 2,
|
|
|
- actionForPages: this.actionForPages.delete,
|
|
|
- iconClass: 'icon-trash',
|
|
|
- styleClass: 'text-danger',
|
|
|
+ id: 2,
|
|
|
+ actionForPages: this.actionForPages.delete,
|
|
|
+ iconClass: 'icon-trash',
|
|
|
+ styleClass: 'text-danger',
|
|
|
label: t('user_group_management:delete_modal.delete_pages'),
|
|
|
},
|
|
|
{
|
|
|
- id: 3,
|
|
|
- actionForPages: this.actionForPages.transfer,
|
|
|
- iconClass: 'icon-options',
|
|
|
- styleClass: '',
|
|
|
+ id: 3,
|
|
|
+ actionForPages: this.actionForPages.transfer,
|
|
|
+ iconClass: 'icon-options',
|
|
|
+ styleClass: '',
|
|
|
label: t('user_group_management:delete_modal.transfer_pages'),
|
|
|
},
|
|
|
];
|