Skip to content

Commit 3fb6a45

Browse files
committed
fix(tokens/sell): correct fee percentage label to show '%'
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent fa92fc5 commit 3fb6a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/flipcash/core/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
<string name="label_ofToken">of %1s</string>
414414

415415
<string name="label_sellAmount">Sell Amount</string>
416-
<string name="label_percentFee">%1$d Fee</string>
416+
<string name="label_percentFee">%1$d%% Fee</string>
417417

418418
<string name="label_social_website">Website</string>
419419
<string name="label_social_x">\@%1$s</string>

0 commit comments

Comments
 (0)