Skip to content

Commit c772de3

Browse files
authored
Merge pull request #119 from back4app/fix-browser-cell-tooltip
Fix: tooltip message
2 parents 46205e2 + abba8b1 commit c772de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BrowserCell/BrowserCell.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let BrowserCell = ({ type, value, hidden, width, current, onSelect, onEditChange
101101
<span
102102
className={classes.join(' ')}
103103
style={{ width }}
104-
data-tip='Read Only'
104+
data-tip='Read only (CTRL+C to copy)'
105105
onClick={() => onSelect(readableValue)} >
106106
{content}
107107
<ReactTooltip event={'dblclick'} place={'bottom'} afterShow={() => setTimeout(ReactTooltip.hide, 2000)} />

0 commit comments

Comments
 (0)