summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-09-27 10:42:48 +0200
committerTorsten Grote <t@grobox.de>2023-09-27 10:42:48 +0200
commit9ecd1e0671791580f53d73411d73567344313418 (patch)
treeca793b6dc55a993054bfe0095e70598295953fd6 /wallet/src/main/res/navigation
parent40358ae2bef2bac4944719535cff6fe240607858 (diff)
downloadtaler-android-9ecd1e0671791580f53d73411d73567344313418.tar.gz
taler-android-9ecd1e0671791580f53d73411d73567344313418.tar.bz2
taler-android-9ecd1e0671791580f53d73411d73567344313418.zip
[wallet] Make title of PromptPaymentFragment translatable
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 99f4895..c0bd330 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -87,7 +87,7 @@
<fragment
android:id="@+id/promptPayment"
android:name="net.taler.wallet.payment.PromptPaymentFragment"
- android:label="Review Payment"
+ android:label="@string/payment_prompt_title"
tools:layout="@layout/fragment_prompt_payment">
<action
android:id="@+id/action_promptPayment_to_nav_main"