Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(typo): from files to here to files here #16129

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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