Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 5f37277

Browse files
committed
chore: markup sentence change
1 parent f4a3ed8 commit 5f37277

File tree

1 file changed

+1
-2
lines changed
  • src/features/dashboard/components/AppForm

1 file changed

+1
-2
lines changed

src/features/dashboard/components/AppForm/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ const AppForm = ({
163163
<label htmlFor='app_markup_percentage'>Markup percentage (optional)</label>
164164
</div>
165165
<Text as='p' type='paragraph-1' className={styles.helperText}>
166-
If you don&lsquo;t want to earn a markup, enter 0 here. Otherwise, enter a number
167-
up to 3. Maximum: 3.00%.
166+
Enter 0 if you don&lsquo;t want to earn a markup. Max markup: 3%
168167
</Text>
169168
{errors && errors?.app_markup_percentage && (
170169
<Text as='span' type='paragraph-1' className='error-message'>

0 commit comments

Comments
 (0)