Skip to content

Commit f3053b5

Browse files
committed
Fix % character in another string resource
1 parent 9bf63c4 commit f3053b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subscriptions/subscriptions-impl/src/main/res/values/strings-subscriptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<string name="switchBottomSheetDescriptionUpgrade">A yearly plan is just $8.33/mo, compared to your current $9.99 monthly plan.</string>
197197
<string name="switchBottomSheetPrimaryButtonUpgrade">Switch to Yearly ($99.99/year)</string>
198198
<string name="switchBottomSheetSecondaryButtonUpgrade">Keep Monthly Plan</string>
199-
<string name="switchBottomSheetTitleDowngrade">You’re saving 16% with\na yearly plan!</string>
199+
<string name="switchBottomSheetTitleDowngrade">You’re saving 16%% with\na yearly plan!</string>
200200
<string name="switchBottomSheetDescriptionDowngrade">Switching will increase your monthly price from $8.33/mo to $9.99/mo.</string>
201201
<string name="switchBottomSheetPrimaryButtonDowngrade">Keep Yearly Plan</string>
202202
<string name="switchBottomSheetSecondaryButtonDowngrade">Switch to Monthly ($9.99/month)</string>

0 commit comments

Comments
 (0)