From f81b5a0651190ab7f0e723f7d230212798d4100f Mon Sep 17 00:00:00 2001
From: hunnihundert <47563806+hunnihundert@users.noreply.github.com>
Date: Fri, 29 May 2020 16:16:16 +0900
Subject: [PATCH] added arguments in greeting string
---
app/src/main/res/values-de/strings.xml | 2 +-
app/src/main/res/values/strings.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 1414fd9..24f148a 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -88,7 +88,7 @@
"Sprachnachricht"
"Liste"
"Füge Bestellung zur aktuellen Shoppingliste hinzu"
- "Willkommen, "
+ "Willkommen, %1$s!"
"Was möchtest du heute tun?"
"Wie würdest du gerne helfen?"
"Ich möchte shoppen!"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cff48f6..3a8068f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -88,7 +88,7 @@
"Recording"
"List"
"Add order to Current Item List"
- "Welcome, "
+ Welcome, %1$s!
"What would you like to do today?"
"How would you like to help?"
"I'd like to shop!"