mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-07 23:42:46 -06:00
Actually just use title
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
<pngx-page-header
|
<pngx-page-header
|
||||||
title="Document Attributes"
|
[title]="activeTabLabel"
|
||||||
i18n-title
|
|
||||||
info="Manage tags, correspondents, document types, storage paths, and custom fields."
|
info="Manage tags, correspondents, document types, storage paths, and custom fields."
|
||||||
i18n-info
|
i18n-info
|
||||||
[infoLink]="activeInfoLink"
|
[infoLink]="activeInfoLink"
|
||||||
[subTitle]="activeTabLabel"
|
|
||||||
[loading]="activeHeaderLoading"
|
[loading]="activeHeaderLoading"
|
||||||
>
|
>
|
||||||
@if (activeAttributeList) {
|
@if (activeAttributeList) {
|
||||||
|
|||||||
Reference in New Issue
Block a user