Skip to content

Commit

Permalink
Merge pull request #518 from code-payments/chore/give-kin-give-cash
Browse files Browse the repository at this point in the history
chore: update Give Kin title to Give Cash
  • Loading branch information
bmc08gt authored Aug 19, 2024
2 parents 31116b4 + 18ce593 commit 09beff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ data object GiveKinModal : AppScreen(), MainGraph, ModalRoot {


override val name: String
@Composable get() = stringResource(id = R.string.title_giveKin)
@Composable get() = stringResource(id = R.string.title_giveCash)

@Composable
override fun Content() {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<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>
<string name="title_useKadoSandbox">Use Kado Sandbox</string>
<string name="title_tipCard">Tip Card</string>
<string name="title_giveCash">Give Cash</string>
<string name="action_give">Give</string>
<string name="action_receive">Receive</string>
</resources>

0 comments on commit 09beff6

Please sign in to comment.