Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/flipcash/core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@

<string name="label_chatReceipt_delivered">Delivered</string>
<string name="label_chatReceipt_read">Read</string>
<string name="label_chatReceipt_notSent">Not Sent</string>
<string name="label_chatReceipt_notSent">Not Delivered. Tap to retry</string>
<string name="label_chatReceipt_yesterday">Yesterday</string>
<string name="title_messageNotSent">Message Not Sent</string>
<string name="description_messageNotSent">Your message could not be delivered. Would you like to try again?</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ internal fun ReceiptLabel(
fontWeight = FontWeight.Bold,
),
color = if (animatedStatus == ReceiptStatus.FAILED) {
CodeTheme.colors.error
CodeTheme.colors.errorText
} else {
CodeTheme.colors.textSecondary
},
Expand Down
Loading