mirror of
https://github.com/nickzuber/meteorite.git
synced 2024-11-29 09:31:15 +03:00
Fix some wording with resolved section
This commit is contained in:
parent
37dea42397
commit
a1ef5f63ab
@ -829,7 +829,7 @@ export default function Scene ({
|
||||
active={activeStatus === Status.CLOSED}
|
||||
onClick={() => onSetActiveStatus(Status.CLOSED)}
|
||||
href="javascript:void(0);">
|
||||
Resolved
|
||||
Discarded
|
||||
</EnhancedNavTab>
|
||||
</GeneralOptionsContainer>
|
||||
<NotificationsContainer>
|
||||
@ -857,7 +857,7 @@ export default function Scene ({
|
||||
) : activeStatus === Status.STAGED ? (
|
||||
' read '
|
||||
) : (
|
||||
' resolved '
|
||||
' discarded '
|
||||
)}
|
||||
notifications
|
||||
</p>
|
||||
@ -1002,7 +1002,7 @@ export default function Scene ({
|
||||
<span> </span>
|
||||
</EnhancedNotificationTab>
|
||||
) : (
|
||||
<EnhancedNotificationTab tooltip={!loading ? "Mark as resolved" : null}>
|
||||
<EnhancedNotificationTab tooltip={!loading ? "Discard notification" : null}>
|
||||
<Icon.X
|
||||
opacity={0.9}
|
||||
onClick={!loading ? (() => onMarkAsRead(n.id, n.repository)) : undefined}
|
||||
|
Loading…
Reference in New Issue
Block a user