diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-24 13:40:24 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-24 13:40:24 -0500 |
commit | 649470762c722eea1067e30d2f35aedcf84a369c (patch) | |
tree | 84fe580f89a6456a4c88aaa64d5c085a9f77b033 /src/client/views/PropertiesButtons.tsx | |
parent | 433ac4ffcf2eb71557ca0baff704bd67c461cadc (diff) |
sally UI changes
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r-- | src/client/views/PropertiesButtons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index 8488b553f..32a98b072 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -278,7 +278,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { @computed get copyButton() { const targetDoc = this.selectedDoc; - return !targetDoc ? (null) : <Tooltip title={<><div className="dash-tooltip">{"Create a copy"}</div></>}> + return !targetDoc ? (null) : <Tooltip title={<><div className="dash-tooltip">{"Create an Alias"}</div></>}> <div className={"documentButtonBar-linkButton-empty"} onPointerDown={this.onCopy} > {<FontAwesomeIcon className="documentdecorations-icon" icon="copy" size="sm" />} |