Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/flipcash/core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@

<string name="permissions_description_camera">Your camera is used to grab Digital Cash. Please allow access to the camera to proceed</string>
<string name="permissions_title_push">Push Notifications Required</string>
<string name="permissions_description_push">Push notifications are used to update you on changes in your balance</string>
<string name="permissions_description_push">Push notifications are used to update you on tips and messages</string>

<string name="permissions_title_push_rationale">Are You Sure?</string>
<string name="permissions_description_push_rationale">You won\'t be notified of changes to your balance if you don\'t enable notifications</string>

<string name="title_allowNotifications">Allow Notifications</string>


<string name="notification_preview_title">You Bought $20.00</string>
<string name="notification_preview_body">$20.00 has been added to your wallet</string>
<string name="notification_preview_title">You received a $5.00 tip!</string>
<string name="notification_preview_body">Your balance has been updated</string>

<string name="error_title_ignoredPushPermissions">Are You Sure?</string>
<string name="error_description_ignoredPushPermissions">You won\'t receive updates when your balance changes</string>
Expand Down
Loading