mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -57,7 +57,7 @@ struct OnboardingUseCaseSelectionScreen: View {
|
||||
.multilineTextAlignment(.center)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
|
||||
Text(VectorL10n.onboardingUseCaseMessage)
|
||||
Text(BWIL10n.onboardingUseCaseMessage)
|
||||
.font(theme.fonts.body)
|
||||
.multilineTextAlignment(.center)
|
||||
.foregroundColor(theme.colors.secondaryContent)
|
||||
@@ -83,7 +83,7 @@ struct OnboardingUseCaseSelectionScreen: View {
|
||||
}
|
||||
|
||||
InlineTextButton(VectorL10n.onboardingUseCaseNotSureYet("%@"),
|
||||
tappableText: VectorL10n.onboardingUseCaseSkipButton) {
|
||||
tappableText: BWIL10n.onboardingUseCaseSkipButton) {
|
||||
viewModel.send(viewAction: .answer(.skipped))
|
||||
}
|
||||
.font(theme.fonts.subheadline)
|
||||
|
||||
Reference in New Issue
Block a user