Skip to content

Commit 41fda52

Browse files
authored
fix: update tooltip message for version visibility in Field component (#10152)
1 parent 2028119 commit 41fda52

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • apps/rich-text-versioning/src/locations

apps/rich-text-versioning/src/locations/Field.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ const Field = () => {
9797
<Tooltip
9898
placement="top"
9999
content={
100-
isDisabled ? 'Versions can be viewed once the entry is published with content.' : ''
100+
isDisabled
101+
? 'Versions can be viewed once the entry is published with content and changes are made to the field.'
102+
: ''
101103
}>
102104
<Button
103105
testId="view-diff-button"

0 commit comments

Comments
 (0)