mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 18:03:58 +00:00
_t
This commit is contained in:
@@ -20,7 +20,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div slot="footer">
|
<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
|
<FormStyledButton
|
||||||
type="button"
|
type="button"
|
||||||
value="Open script"
|
value="Open script"
|
||||||
|
|||||||
Reference in New Issue
Block a user