Skip to content

Commit 09beff6

Browse files
authored
Merge pull request #518 from code-payments/chore/give-kin-give-cash
chore: update Give Kin title to Give Cash
2 parents 31116b4 + 18ce593 commit 09beff6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/com/getcode/navigation/screens/MainScreens.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ data object GiveKinModal : AppScreen(), MainGraph, ModalRoot {
8686

8787

8888
override val name: String
89-
@Composable get() = stringResource(id = R.string.title_giveKin)
89+
@Composable get() = stringResource(id = R.string.title_giveCash)
9090

9191
@Composable
9292
override fun Content() {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<string name="subtitle_connectXAccount">Connecting your X account allows you to reveal your identity to the people you tip. To connect your account post to X.</string>
5151
<string name="title_useKadoSandbox">Use Kado Sandbox</string>
5252
<string name="title_tipCard">Tip Card</string>
53+
<string name="title_giveCash">Give Cash</string>
5354
<string name="action_give">Give</string>
5455
<string name="action_receive">Receive</string>
5556
</resources>

0 commit comments

Comments
 (0)