🌐 Added strings to translate
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
{:then lol}
|
||||
{#if data !== undefined}
|
||||
<form on:submit|preventDefault={submit} class="grid grid-cols-1 gap-2">
|
||||
<Editor bind:data submit_button_text={$t('edit_page.save')} />
|
||||
<Editor bind:data submit_button_text={$t('words.save')} />
|
||||
</form>
|
||||
{/if}
|
||||
{:catch err}
|
||||
@@ -161,7 +161,7 @@
|
||||
window.location.href = '/overview';
|
||||
}}
|
||||
class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm"
|
||||
>{$t('edit_page.close')}
|
||||
>{$t('words.close')}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user