Skip to content

Commit 37c6dba

Browse files
committed
chore: Request a Tip => Receive Tips
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 479198a commit 37c6dba

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/main/java/com/getcode/view/main/tip/ConnectAccountScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fun ConnectAccountScreen(
8787
private fun ColumnScope.RequestContent(state: TipConnectViewModel.State, onClick: () -> Unit) {
8888
Text(
8989
text = when(state.reason) {
90-
IdentityConnectionReason.TipCard -> stringResource(id = R.string.title_requestTip)
90+
IdentityConnectionReason.TipCard -> stringResource(id = R.string.title_receiveTip)
9191
IdentityConnectionReason.IdentityReveal -> stringResource(id = R.string.title_connectAccount)
9292
null -> ""
9393
},

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@
5555

5656
<string name="modal_title_turnOnNotifications">Turn On Notifications for Code</string>
5757
<string name="modal_description_turnOnNotifications">Allow Code to send you notifications when you receive Tips from other Code users.</string>
58+
59+
<string name="title_receiveTip">Receive Tips</string>
5860
</resources>

0 commit comments

Comments
 (0)