Skip to content
Snippets Groups Projects
Unverified Commit bf987d9e authored by axelherbstreith's avatar axelherbstreith Committed by GitHub
Browse files

Add missing "Uhr" indicator to check in duration (EXPOSUREAPP-6440) (#3243)


* added missing string

* linting

Co-authored-by: default avatarMohamed Metwalli <mohamed.metwalli@sap.com>
parent 6b7f65b2
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,10 @@ class PastCheckInVH(parent: ViewGroup) : ...@@ -36,7 +36,10 @@ class PastCheckInVH(parent: ViewGroup) :
description.text = curItem.checkin.description description.text = curItem.checkin.description
address.text = curItem.checkin.address address.text = curItem.checkin.address
checkoutInfo.text = curItem.checkin.checkoutInfo checkoutInfo.text = context.getString(
R.string.trace_location_attendee_past_event_duration,
curItem.checkin.checkoutInfo
)
menuAction.setupMenu(R.menu.menu_trace_location_attendee_checkin_item) { menuAction.setupMenu(R.menu.menu_trace_location_attendee_checkin_item) {
when (it.itemId) { when (it.itemId) {
......
...@@ -211,6 +211,8 @@ ...@@ -211,6 +211,8 @@
<string name="trace_location_organizer_detail_item_duration">"%1$s, %2$s - %3$s Uhr"</string> <string name="trace_location_organizer_detail_item_duration">"%1$s, %2$s - %3$s Uhr"</string>
<!-- XTXT: Event organizer detail qr-code: duration with multiple date --> <!-- XTXT: Event organizer detail qr-code: duration with multiple date -->
<string name="trace_location_organizer_detail_item_duration_multiple_days">"%1$s, %2$s - %3$s, %4$s Uhr"</string> <string name="trace_location_organizer_detail_item_duration_multiple_days">"%1$s, %2$s - %3$s, %4$s Uhr"</string>
<!-- XTXT: Past Event Info duration -->
<string name="trace_location_attendee_past_event_duration">"%1$s"</string>
<!-- XBUT: Event organiser list item: menu: information button --> <!-- XBUT: Event organiser list item: menu: information button -->
<string name="trace_location_organizer_list_item_menu_duplicate_btn">"Duplizieren"</string> <string name="trace_location_organizer_list_item_menu_duplicate_btn">"Duplizieren"</string>
......
...@@ -210,6 +210,8 @@ ...@@ -210,6 +210,8 @@
<string name="trace_location_organizer_detail_item_duration">"%1$s, %2$s - %3$s"</string> <string name="trace_location_organizer_detail_item_duration">"%1$s, %2$s - %3$s"</string>
<!-- XTXT: Event organizer detail qr-code: duration with multiple date --> <!-- XTXT: Event organizer detail qr-code: duration with multiple date -->
<string name="trace_location_organizer_detail_item_duration_multiple_days">"%1$s, %2$s - %3$s, %4$s"</string> <string name="trace_location_organizer_detail_item_duration_multiple_days">"%1$s, %2$s - %3$s, %4$s"</string>
<!-- XTXT: Past Event Info duration -->
<string name="trace_location_attendee_past_event_duration">"%1$s Uhr"</string>
<!-- XBUT: Event organiser list item: menu: information button --> <!-- XBUT: Event organiser list item: menu: information button -->
<string name="trace_location_organizer_list_item_menu_duplicate_btn">"Duplicate"</string> <string name="trace_location_organizer_list_item_menu_duplicate_btn">"Duplicate"</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment