mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-11 23:59:31 -06:00
Consistently version_label not label
This commit is contained in:
@@ -76,8 +76,8 @@
|
||||
</span>
|
||||
<button type="button" class="version-entry flex-grow-1 ms-3 small text-start" (click)="selectVersion(version.id)">
|
||||
<div class="small">
|
||||
@if (version.label) {
|
||||
{{ version.label }}
|
||||
@if (version.version_label) {
|
||||
{{ version.version_label }}
|
||||
} @else {
|
||||
<span i18n>ID</span> #{{version.id}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user