From 268804c8e3dcbfc80ce4301316f13db4c250d79f Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Mon, 12 Nov 2018 19:36:49 -0500 Subject: [PATCH] Trash -> archive --- 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 41e6e83..c1579a7 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);"> - Discarded + Archived @@ -857,7 +857,7 @@ export default function Scene ({ ) : activeStatus === Status.STAGED ? ( ' read ' ) : ( - ' discarded ' + ' archived ' )} notifications

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