We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2028119 commit 41fda52Copy full SHA for 41fda52
1 file changed
apps/rich-text-versioning/src/locations/Field.tsx
@@ -97,7 +97,9 @@ const Field = () => {
97
<Tooltip
98
placement="top"
99
content={
100
- isDisabled ? 'Versions can be viewed once the entry is published with content.' : ''
+ isDisabled
101
+ ? 'Versions can be viewed once the entry is published with content and changes are made to the field.'
102
+ : ''
103
}>
104
<Button
105
testId="view-diff-button"
0 commit comments