fix(text): change 'User History' to 'History User'
This commit is contained in:
@@ -646,7 +646,7 @@ const ListNotification = memo(function ListNotification(props) {
|
||||
padding: '0 16px',
|
||||
position: 'relative',
|
||||
border: '1px solid #f0f0f0',
|
||||
borderRadius: '4px'
|
||||
borderRadius: '4px',
|
||||
}}
|
||||
>
|
||||
<div style={{ position: 'relative' }}>
|
||||
@@ -708,7 +708,9 @@ const ListNotification = memo(function ListNotification(props) {
|
||||
</Text>
|
||||
</Space>
|
||||
<div>
|
||||
<Text strong>Added by: {log.addedBy.name}</Text>
|
||||
<Text strong>
|
||||
Added by: {log.addedBy.name}
|
||||
</Text>
|
||||
<span
|
||||
style={{
|
||||
marginLeft: '8px',
|
||||
@@ -1412,7 +1414,7 @@ const ListNotification = memo(function ListNotification(props) {
|
||||
</div>
|
||||
) : (
|
||||
<Typography.Title level={4} style={{ margin: 0 }}>
|
||||
{modalContent === 'user' && 'User History Notification'}
|
||||
{modalContent === 'user' && 'History User Notification'}
|
||||
{modalContent === 'log' && 'Log History Notification'}
|
||||
</Typography.Title>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user