This commit is contained in:
SPRINX0\prochazka
2025-11-05 13:12:09 +01:00
parent ef7f050bc5
commit 5488ff06e0

View File

@@ -20,7 +20,12 @@
</div>
<div slot="footer">
<FormStyledButton type="button" value="Close" on:click={closeCurrentModal} data-testid="ShowSqlModal_closeButton" />
<FormStyledButton
type="button"
value={_t('common.close', { defaultMessage: 'Close' })}
on:click={closeCurrentModal}
data-testid="ShowSqlModal_closeButton"
/>
<FormStyledButton
type="button"
value="Open script"