Skip to content

Commit

Permalink
Fix label for rating report
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Jan 16, 2025
1 parent cc8d5de commit 7bd3ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/IssuerCreatePool/PoolRatings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const PoolRatingsSection = () => {
form.setFieldValue(`poolRatings.${index}.reportFile`, file)
}}
accept="application/pdf"
label="Executive summary PDF"
label="Rating report PDF"
placeholder="Choose file"
small
errorMessage={meta.touched && meta.error ? meta.error : undefined}
Expand Down

0 comments on commit 7bd3ad4

Please sign in to comment.