Skip to content

Commit

Permalink
Merge pull request #328 from ucdavis/JCS/FixLabel20240403
Browse files Browse the repository at this point in the history
Chart String not account number
  • Loading branch information
jSylvestre authored Apr 3, 2024
2 parents 5817379 + 6d25d00 commit 42d9ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Finjector.Web/ClientApp/src/pages/Paste.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Paste = () => {
<PageTitle title="New Chart String from paste" />
<form onSubmit={handleSubmit}>
<div className="mb-3">
<p>Paste in a copied account number</p>
<p>Paste in a copied Chart String</p>
<input
className="form-control"
id="coa-input"
Expand Down

0 comments on commit 42d9ef5

Please sign in to comment.