Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<string name="helper_request_overview_item_type_recording">"Sprachnachricht"</string>
<string name="helper_request_overview_item_type_list">"Liste"</string>
<string name="helper_request_transcript_button_done">"Füge Bestellung zur aktuellen Shoppingliste hinzu"</string>
<string name="role_screen_title">"Willkommen, "</string>
<string name="role_screen_title">"Willkommen, %1$s!"</string>
<string name="role_screen_subtitle">"Was möchtest du heute tun?"</string>
<string name="helper_type_screen_title">"Wie würdest du gerne helfen?"</string>
<string name="helper_type_button_shopping">"Ich möchte shoppen!"</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<string name="helper_request_overview_item_type_recording">"Recording"</string>
<string name="helper_request_overview_item_type_list">"List"</string>
<string name="helper_request_transcript_button_done">"Add order to Current Item List"</string>
<string name="role_screen_title">"Welcome, "</string>
<string name="role_screen_title">Welcome, %1$s!</string>
<string name="role_screen_subtitle">"What would you like to do today?"</string>
<string name="helper_type_screen_title">"How would you like to help?"</string>
<string name="helper_type_button_shopping">"I'd like to shop!"</string>
Expand Down