mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-09 01:17:41 +02:00
Merge branch 'feature/change_show_poll_history_button_text' into 'develop'
Change show poll history button text (patched from BwM) See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!182
This commit is contained in:
@@ -544,7 +544,7 @@
|
||||
"poll_edit_form_poll_type_closed" = "Versteckte Umfrage";
|
||||
"poll_edit_form_poll_type_open" = "Offene Umfrage";
|
||||
"poll_edit_form_participant_toggle" = "Anzeigen, wer für welche Option gestimmt hat.";
|
||||
"poll_timeline_show_participants_button" = "Stimmen anzeigen";
|
||||
"poll_timeline_show_participants_button" = "Stimmen ansehen";
|
||||
"poll_participant_details_show_more" = "Alle ansehen (%lu weitere)";
|
||||
"poll_participant_details_title" = "Umfragedetails";
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ struct PollHistoryDetail: View {
|
||||
.font(theme.fonts.caption1)
|
||||
.padding([.top])
|
||||
.accessibilityIdentifier("PollHistoryDetail.date")
|
||||
|
||||
if BWIBuildSettings.shared.bwiPollParticipantsInHistory {
|
||||
AnyView(contentPoll)
|
||||
} else {
|
||||
@@ -71,7 +72,7 @@ struct PollHistoryDetail: View {
|
||||
.navigationBarItems(leading: backButton, trailing: doneButton)
|
||||
|
||||
}
|
||||
|
||||
|
||||
viewInTimeline
|
||||
}
|
||||
}
|
||||
@@ -104,6 +105,7 @@ struct PollHistoryDetail: View {
|
||||
viewModel.send(viewAction: .viewInTimeline)
|
||||
} label: {
|
||||
Text(VectorL10n.pollHistoryDetailViewInTimeline)
|
||||
.bold()
|
||||
}
|
||||
.accentColor(theme.colors.accent)
|
||||
.accessibilityIdentifier("PollHistoryDetail.viewInTimeLineButton")
|
||||
|
||||
Reference in New Issue
Block a user