From 4aa7000cb377aa8adb053e26fefbdc56f374ff18 Mon Sep 17 00:00:00 2001
From: m2049r <30435443+m2049r@users.noreply.github.com>
Date: Mon, 4 Sep 2017 23:27:04 +0200
Subject: [PATCH] added hint that amount is in XMR (#42)

added hint that amount is in XMR when receiving
---
 app/src/main/res/values/strings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4ce15f77..64aafbfb 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -176,7 +176,7 @@
     <string name="receive_paymentid_label">PaymentID</string>
     <string name="receive_paymentid_hint">(optional)</string>
     <string name="receive_amount_label">Amount</string>
-    <string name="receive_amount_hint">(optional)</string>
+    <string name="receive_amount_hint">XMR (optional)</string>
     <string name="receive_cannot_open">Could not open wallet!</string>
 
     <string name="details_alert_message">Sensitive data will now be shown.\nLook over your shoulder!</string>