fix: more wording mdm (MESSENGER-7555)

This commit is contained in:
Frank Rotermund
2026-03-20 07:08:47 +01:00
parent 0ae1896cf5
commit d2410313f6
4 changed files with 13 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ struct MigrationInfoViewOne: View {
.padding(.bottom, 20)
if BWIBuildSettings.shared.isManagedViaMDM {
if BWIBuildSettings.shared.BuMXMigrationInfoLevel == 3 {
Text(BWIL10n.bwiMobileDialogM3MoreText1) +
Text(BWIL10n.bwiMobileDialogM3MoreText1Mdm) +
Text(BWIL10n.bwiMobileDialogM1MoreText2).bold() +
Text(BWIL10n.bwiMobileDialogM1MoreText3)
} else {
@@ -183,7 +183,7 @@ struct MigrationInfoViewOne: View {
Text(BWIL10n.bwiMobileDialogM1MoreText2).bold() +
Text(BWIL10n.bwiMobileDialogM1MoreText3)
} else {
Text(BWIL10n.bwiMobileDialogM1MoreText1) +
Text(BWIL10n.bwiMobileDialogM3MoreText1) +
Text(BWIL10n.bwiMobileDialogM1MoreText2).bold() +
Text(BWIL10n.bwiMobileDialogM1MoreText3)
}