Skip to content

Commit 6aad4e6

Browse files
committed
feat: use tooltip
1 parent a0d9a86 commit 6aad4e6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/provider/camunda/properties/HistoryCleanupProps.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ function HistoryTimeToLive(props) {
5252
element,
5353
id,
5454
label: translate('Time to live'),
55-
description: <div>
56-
<a href="https://docs.camunda.org/manual/7.20/update/minor/719-to-720/#enforce-history-time-to-live" target="_blank" rel="noopener" title={ translate('Time to live documentation') }>
57-
{ translate('Learn more about time to live') }
58-
</a>
55+
tooltip: <div>
56+
<p>
57+
{ translate('Number of days before this resource is being cleaned up. If specified, takes precedence over the engine configuration.') }{' '}
58+
<a href="https://docs.camunda.org/manual/7.20/update/minor/719-to-720/#enforce-history-time-to-live" target="_blank" rel="noopener">{ translate('Learn more') }</a>
59+
</p>
5960
</div>,
6061
getValue,
6162
setValue,

0 commit comments

Comments
 (0)