mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Change show poll history button text (patched from BwM)
This commit is contained in:
committed by
Frank Rotermund
parent
7cbc48f553
commit
d350335c7b
@@ -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