mirror of
https://github.com/documenso/documenso.git
synced 2026-08-25 15:52:29 +10:00
fix(i18n): mark sr-only strings for translation (#2309)
This commit is contained in:
@@ -318,7 +318,9 @@ export const SignaturePadDraw = ({
|
||||
onClick={onUndoClick}
|
||||
>
|
||||
<Undo2 className="h-4 w-4" />
|
||||
<span className="sr-only">Undo</span>
|
||||
<span className="sr-only">
|
||||
<Trans>Undo</Trans>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user