From be2e46b5d2ee67954342ed4b820eb7527cdcaef8 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 8 Sep 2020 18:44:19 -0700 Subject: [PATCH] References -> Referenced by Less ambiguous as to the backlink direction --- app/scenes/Document/components/References.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Document/components/References.js b/app/scenes/Document/components/References.js index cb1b0f20..2dc26527 100644 --- a/app/scenes/Document/components/References.js +++ b/app/scenes/Document/components/References.js @@ -47,7 +47,7 @@ class References extends React.Component { )} {showBacklinks && ( isBacklinksTab}> - References + Referenced by )}