awing-library 2.1.54-beta → 2.1.55-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,7 +28,7 @@ var ButtonTabs = function (props) {
|
|
|
28
28
|
: 'inherit',
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
|
-
], "data-tabs": Constant_1.Constants.ALL, children: t('
|
|
31
|
+
], "data-tabs": Constant_1.Constants.ALL, children: t('Notification.All') }), (0, jsx_runtime_1.jsx)(material_1.Button, { onClick: handleUpdateTabs, "data-tabs": Constant_1.Constants.UNREAD, sx: [
|
|
32
32
|
{
|
|
33
33
|
fontSize: '14px',
|
|
34
34
|
marginLeft: '8px',
|
|
@@ -47,6 +47,6 @@ var ButtonTabs = function (props) {
|
|
|
47
47
|
: 'inherit',
|
|
48
48
|
},
|
|
49
49
|
},
|
|
50
|
-
], children: t('
|
|
50
|
+
], children: t('Notification.Unread') })] }));
|
|
51
51
|
};
|
|
52
52
|
exports.default = ButtonTabs;
|
|
@@ -659,6 +659,8 @@
|
|
|
659
659
|
"CampaignDefault": "Chiến dịch mặc định"
|
|
660
660
|
},
|
|
661
661
|
"Notification": {
|
|
662
|
+
"All": "Tất cả",
|
|
663
|
+
"Unread": "Chưa đọc",
|
|
662
664
|
"TitleManagement": "Quản trị thông báo",
|
|
663
665
|
"TitleDetail": "Chi tiết người nhận thông báo",
|
|
664
666
|
"TitleAddReceiver": "Thêm người dùng/nhóm người dùng",
|