translation

This commit is contained in:
Alex
2024-10-07 11:37:44 +02:00
parent cafe030e79
commit 0314076669
3 changed files with 8 additions and 5 deletions

View File

@@ -612,10 +612,10 @@
{#if isUpdating}
<SmallLoader width={30} message={"Aktualisiere..."} />
{:else}
<button type="button" class="button-dark" on:click={close}
>Abbrechen</button
<button type="button" class="button-dark" on:click={close}>
{$t("cancel")}</button
>
<button type="submit" class="button-dark">Bestätigen</button>
<button type="submit" class="button-dark">{$t("confirm")}</button>
{/if}
</div>
</form>