File tree Expand file tree Collapse file tree
java/com/getcode/view/main/tip Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ fun ConnectAccountScreen(
8787private 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 },
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments