mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Add translation directive for upload message
This commit is contained in:
parent
b03a723c3e
commit
459e026f16
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
(onFileDrop)="dropped($event)" (onFileOver)="fileOver()" (onFileLeave)="fileLeave()">
|
||||
<ng-template ngx-file-drop-content-tmp>
|
||||
<div class="global-dropzone-overlay fade" [class.show]="fileIsOver" [class.hide]="hidden">
|
||||
<h2>Drop files to begin upload</h2>
|
||||
<h2 i18n>Drop files to begin upload</h2>
|
||||
</div>
|
||||
<div [class.inert]="fileIsOver">
|
||||
<router-outlet></router-outlet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue