mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 18:35:05 +10:00
fix: clarify audit log PDF setting
This commit is contained in:
+2
-4
@@ -921,14 +921,12 @@ export const EnvelopeEditorSettingsDialog = ({ trigger, ...props }: EnvelopeEdit
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
|
|
||||||
<FormLabel className="ml-2 text-muted-foreground text-sm" htmlFor="include-audit-log">
|
<FormLabel className="ml-2 text-muted-foreground text-sm" htmlFor="include-audit-log">
|
||||||
<Trans>Include audit logs in downloaded PDF</Trans>
|
<Trans>Include audit logs in signed PDF</Trans>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
<Trans>
|
<Trans>Audit logs can still be downloaded separately from the document logs page.</Trans>
|
||||||
Audit logs remain available to download separately from the document logs page.
|
|
||||||
</Trans>
|
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user