Skip to content

Commit 86e4c7b

Browse files
committed
fix(flipcash): correct download link for sharing
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent e5689f6 commit 86e4c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<string translatable="false" name="app_tos">https://flipcash.com/terms</string>
1010
<string translatable="false" name="app_privacy_policy">https://flipcash.com/privacy</string>
1111

12-
<string translatable="false" name="app_download_link">https://flipcash.com/d</string>
13-
<string translatable="false" name="app_download_link_with_ref">https://flipcash.com/d?r=%1$s</string>
12+
<string translatable="false" name="app_download_link">https://flipcash.com/download</string>
13+
<string translatable="false" name="app_download_link_with_ref">https://flipcash.com/download?r=%1$s</string>
1414
<string translatable="false" name="app_download_link_qr_ref">aqr</string>
1515
<string translatable="false" name="app_download_link_share_ref">as</string>
1616
</resources>

0 commit comments

Comments
 (0)