Skip to content

Commit bb6e732

Browse files
committed
Update text to clarify bag design selection in CustomizeModal
1 parent fdc5f18 commit bb6e732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/screens/App/screens/Merch/screens/Orders/components/CustomizeModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const CustomizeFront = (): JSX.Element => {
200200

201201
return (
202202
<>
203-
<p>Choose a style for the front of the bag.</p>
203+
<p>Choose a design for the reverse side of the bag.</p>
204204

205205
<div className={stylesheet.frontStylePresets}>
206206
{FRONT_STYLE_PRESETS.map((stylePreset) => {

0 commit comments

Comments
 (0)