update translation
This commit is contained in:
@@ -218,7 +218,7 @@
|
|||||||
<legend>
|
<legend>
|
||||||
{t('positions')}
|
{t('positions')}
|
||||||
{#if editable}
|
{#if editable}
|
||||||
<button onclick={() => position_select = true}>{t('add_position')}</button>
|
<button onclick={() => position_select = true}>{t('add_object',{object:t('position')})}</button>
|
||||||
{/if}
|
{/if}
|
||||||
</legend>
|
</legend>
|
||||||
<PositionList bind:document={doc} submit={update} bind:error={error} />
|
<PositionList bind:document={doc} submit={update} bind:error={error} />
|
||||||
|
|||||||
Reference in New Issue
Block a user