fix: Platzhaltertext für Dateiupload in der Envelopes-Erstellungstabelle aktualisiert
- Platzhaltertext von "No file uploaded yet." zu "Noch keine Datei hochgeladen." für bessere Lokalisierung geändert.
This commit is contained in:
parent
e7d1f1574f
commit
91b891513f
@ -41,7 +41,7 @@
|
|||||||
<input type="file" class="file-input" (change)="onFileSelected($event)" #fileUpload>
|
<input type="file" class="file-input" (change)="onFileSelected($event)" #fileUpload>
|
||||||
<div class="file-upload">
|
<div class="file-upload">
|
||||||
|
|
||||||
{{fileName || "No file uploaded yet."}}
|
{{fileName || "Noch keine Datei hochgeladen."}}
|
||||||
|
|
||||||
<button mat-mini-fab color="primary" class="upload-btn" (click)="fileUpload.click()">
|
<button mat-mini-fab color="primary" class="upload-btn" (click)="fileUpload.click()">
|
||||||
<mat-icon>attach_file</mat-icon>
|
<mat-icon>attach_file</mat-icon>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user