Skip to content

Commit

Permalink
Merge pull request #149 from simplitrac/Edit-text-in-category-select
Browse files Browse the repository at this point in the history
added text when new user selects categories
  • Loading branch information
dave-b-b authored Sep 12, 2024
2 parents 493fc78 + c867fe3 commit 6b1005a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/CategoryModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CategoryModal = () => {
setTimeout(() => firstInputRef.current?.focus(), 0);
}}
>
<h2 id="source-type-dialog-label">Select Your Categories</h2> <header></header>
<h2 id="source-type-dialog-label">Account Created Successfully! Please Select Your Standard Expense Categories: </h2> <header></header>

<ul
className="source-type-modal__list"
Expand Down

0 comments on commit 6b1005a

Please sign in to comment.