We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc5f18 commit bb6e732Copy full SHA for bb6e732
frontend/src/screens/App/screens/Merch/screens/Orders/components/CustomizeModal.tsx
@@ -200,7 +200,7 @@ const CustomizeFront = (): JSX.Element => {
200
201
return (
202
<>
203
- <p>Choose a style for the front of the bag.</p>
+ <p>Choose a design for the reverse side of the bag.</p>
204
205
<div className={stylesheet.frontStylePresets}>
206
{FRONT_STYLE_PRESETS.map((stylePreset) => {
0 commit comments