fixing document list heading
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
import TypeSelector from './TypeSelector.svelte';
|
||||
|
||||
|
||||
|
||||
let error = null;
|
||||
let companies = {};
|
||||
let router = useTinyRouter();
|
||||
@@ -80,7 +78,7 @@
|
||||
</script>
|
||||
|
||||
<fieldset>
|
||||
<legend>{selected_company ? t( 'list_of',selected_company.name) : t('document_list')}</legend>
|
||||
<legend>{selected_company ? t( 'list_of',{company:selected_company.name}) : t('document_list')}</legend>
|
||||
{#if error}
|
||||
<div class="error">{error}</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user