Skip to content

Commit

Permalink
fix: CE-1004-fix-attachment-text-casing (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk authored Aug 30, 2024
1 parent bd20923 commit 1cac931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const OutcomeAttachments: FC<props> = ({ showAddButton = false }) => {
}}
>
<i className="bi bi-plus-circle" />
<span>Add Attachments</span>
<span>Add attachments</span>
</Button>
)}

Expand Down

0 comments on commit 1cac931

Please sign in to comment.