From a1ef5f63abacf194204ed67c18290dab8189572f Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Mon, 12 Nov 2018 19:35:15 -0500 Subject: [PATCH] Fix some wording with resolved section --- src/pages/Notifications/Scene.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Notifications/Scene.js b/src/pages/Notifications/Scene.js index 665db0b..41e6e83 100644 --- a/src/pages/Notifications/Scene.js +++ b/src/pages/Notifications/Scene.js @@ -829,7 +829,7 @@ export default function Scene ({ active={activeStatus === Status.CLOSED} onClick={() => onSetActiveStatus(Status.CLOSED)} href="javascript:void(0);"> - Resolved + Discarded @@ -857,7 +857,7 @@ export default function Scene ({ ) : activeStatus === Status.STAGED ? ( ' read ' ) : ( - ' resolved ' + ' discarded ' )} notifications

@@ -1002,7 +1002,7 @@ export default function Scene ({   ) : ( - + onMarkAsRead(n.id, n.repository)) : undefined}