Skip to content

Commit 5f17333

Browse files
asizikovCopilot
andcommitted
fix: clarify supported report uploads
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f309b4d commit 5f17333

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/UploadPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ export function UploadPage({
117117
<UploadIcon size={40} className="fill-fg-muted" aria-hidden />
118118
</div>
119119
<h3 className="m-0 font-semibold text-fg-default text-[18px] sm:text-[20px]">Drop your CSV here or click to browse</h3>
120-
<p className="m-0 text-fg-muted text-[14px]">premiumRequestUsageReport_*.csv</p>
120+
<p className="m-0 text-fg-muted text-[14px]">April or May PRU vs usage-based billing CSV</p>
121121
</>
122122
)}
123123
</div>
124124
</section>
125-
<p className="mt-4 mb-0 text-fg-muted text-[13px]">Accepted: .csv files from the Premium Request Usage report</p>
125+
<p className="mt-4 mb-0 text-fg-muted text-[13px]">Accepted: April and May PRU vs usage-based billing reports</p>
126126
<section className="mt-6 px-6 py-5 text-left border border-border-default rounded-lg bg-bg-muted" aria-label="Privacy notice">
127127
<h4 className="m-0 mb-3 flex items-center gap-2 text-[16px] text-fg-default">
128128
<LockIcon size={16} className="text-app-savings-fg" aria-hidden />

0 commit comments

Comments
 (0)