Browse Source

update translation

feature/brute_force_protection
Stephan Richter 3 months ago
parent
commit
627e732873
  1. 2
      frontend/src/routes/document/View.svelte

2
frontend/src/routes/document/View.svelte

@ -218,7 +218,7 @@ @@ -218,7 +218,7 @@
<legend>
{t('positions')}
{#if editable}
<button onclick={() => position_select = true}>{t('add_position')}</button>
<button onclick={() => position_select = true}>{t('add_object',{object:t('position')})}</button>
{/if}
</legend>
<PositionList bind:document={doc} submit={update} bind:error={error} />

Loading…
Cancel
Save