Skip to content

Commit b5f614d

Browse files
committed
Fix button name in stock page
1 parent e8488a9 commit b5f614d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pill_mate/frontend/src/pages/Stock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Stock: FC = () => {
1818
<div className="StockList">
1919
<div onClick={() => setShow(true)}>
2020
<AddButton
21-
title="Ajouter un rappel"
21+
title="Ajouter un médicament"
2222
color="green"
2323
/>
2424
</div>

0 commit comments

Comments
 (0)