Skip to content

Commit

Permalink
Merge pull request #16129 from Matthiasbrat/master
Browse files Browse the repository at this point in the history
docs(typo): from files to here to files here
  • Loading branch information
cetincakiroglu authored Aug 1, 2024
2 parents 446c054 + f2e1111 commit 21d88a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/fileupload/advanceddoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface UploadEvent {
<p-toast />
<p-fileUpload name="demo[]" url="https://www.primefaces.org/cdn/api/upload.php" (onUpload)="onUpload($event)" [multiple]="true" accept="image/*" maxFileSize="1000000" mode="advanced">
<ng-template pTemplate="toolbar">
<div class="py-3">Drag and drop files to here to upload.</div>
<div class="py-3">Drag and drop files here to upload.</div>
</ng-template>
<ng-template pTemplate="content">
<ul *ngIf="uploadedFiles.length">
Expand Down
6 changes: 3 additions & 3 deletions src/app/showcase/doc/fileupload/templatedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import { MessageService, PrimeNGConfig } from 'primeng/api';
<ng-template pTemplate="empty">
<div class="flex align-items-center justify-content-center flex-column">
<i class="pi pi-cloud-upload border-2 border-circle p-5 text-8xl text-400 border-400"></i>
<p class="mt-4 mb-0">Drag and drop files to here to upload.</p>
<p class="mt-4 mb-0">Drag and drop files here to upload.</p>
</div>
</ng-template>
</p-fileUpload>
Expand Down Expand Up @@ -174,7 +174,7 @@ export class TemplateDoc {
<ng-template pTemplate="empty">
<div class="flex align-items-center justify-content-center flex-column">
<i class="pi pi-cloud-upload border-2 border-circle p-5 text-8xl text-400 border-400"></i>
<p class="mt-4 mb-0">Drag and drop files to here to upload.</p>
<p class="mt-4 mb-0">Drag and drop files here to upload.</p>
</div>
</ng-template>
</p-fileUpload>`,
Expand Down Expand Up @@ -227,7 +227,7 @@ export class TemplateDoc {
<ng-template pTemplate="empty">
<div class="flex align-items-center justify-content-center flex-column">
<i class="pi pi-cloud-upload border-2 border-circle p-5 text-8xl text-400 border-400"></i>
<p class="mt-4 mb-0">Drag and drop files to here to upload.</p>
<p class="mt-4 mb-0">Drag and drop files here to upload.</p>
</div>
</ng-template>
</p-fileUpload>
Expand Down

0 comments on commit 21d88a9

Please sign in to comment.