aboutsummaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-03 09:52:43 -0300
committerTorsten Grote <t@grobox.de>2023-01-03 09:52:43 -0300
commit8643037f06c25be1508ef6027ef4d49e03beb620 (patch)
treef4148cf06d5beee8d5ec80036581fa66e48d8423 /wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt
parentf7649e331dcc795694c67a13c6cbe347766ff5a6 (diff)
downloadtaler-android-8643037f06c25be1508ef6027ef4d49e03beb620.tar.gz
taler-android-8643037f06c25be1508ef6027ef4d49e03beb620.tar.bz2
taler-android-8643037f06c25be1508ef6027ef4d49e03beb620.zip
[wallet] Change 'Subject' to 'Purpose' for pay-push and pay-pull
#7470
Diffstat (limited to 'wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt')
-rw-r--r--wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt b/wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt
index d2091ee..5faea07 100644
--- a/wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt
+++ b/wallet/src/main/java/net/taler/wallet/peer/OutgoingPullIntroComposable.kt
@@ -76,7 +76,7 @@ fun OutgoingPullIntroComposable(
isError = subject.isBlank(),
label = {
Text(
- stringResource(R.string.withdraw_manual_ready_subject),
+ stringResource(R.string.send_peer_purpose),
color = if (subject.isBlank()) {
colorResource(R.color.red)
} else Color.Unspecified,