diff options
author | bobzel <zzzman@gmail.com> | 2021-03-09 12:16:56 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-09 12:16:56 -0500 |
commit | d16c092ac1ff2c41322648c49e6dce2542dd46f5 (patch) | |
tree | 755481baaf60b71b30fd4eb22ef80a0f4a4a66ae | |
parent | aa6a2a80dab0a5879f119c5b54c9d1fbf08dde79 (diff) |
from last
-rw-r--r-- | src/client/views/nodes/DocumentLinksButton.tsx | 2 |
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) : |