Skip to content

Commit 40f11dc

Browse files
authored
PG-13 message change
1 parent 3156c05 commit 40f11dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Card/Card.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export const Card = ({ value, update, supported }: CardProps) => {
5858
{!supported ? (
5959
<div className={styles.Default}>
6060
<MdOutlineDesktopAccessDisabled size={128} />
61-
<p>Shit! Barcode Readeer API is not supported in your browser.</p>
61+
<p>Oops!</p>
62+
<p>Barcode Reader API is not supported in your browser.</p>
6263
</div>
6364
) : pass ? (
6465
<>

0 commit comments

Comments
 (0)