aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-09 12:16:56 -0500
committerbobzel <zzzman@gmail.com>2021-03-09 12:16:56 -0500
commitd16c092ac1ff2c41322648c49e6dce2542dd46f5 (patch)
tree755481baaf60b71b30fd4eb22ef80a0f4a4a66ae /src
parentaa6a2a80dab0a5879f119c5b54c9d1fbf08dde79 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/DocumentLinksButton.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentLinksButton.tsx b/src/client/views/nodes/DocumentLinksButton.tsx
index 085ffae26..d62061aea 100644
--- a/src/client/views/nodes/DocumentLinksButton.tsx
+++ b/src/client/views/nodes/DocumentLinksButton.tsx
@@ -280,7 +280,7 @@ export class DocumentLinksButton extends React.Component<DocumentLinksButtonProp
TraceMobx();
const menuTitle = this.props.StartLink ? "Drag or tap to start link" : "Tap to complete link";
- const buttonTitle = "Tap to view links";
+ const buttonTitle = "Tap to view links; double tap to open link collection";
const title = this.props.InMenu ? menuTitle : buttonTitle;
return !Array.from(this.filteredLinks).length && !this.props.AlwaysOn ? (null) :