Restore truncated VPN footer workaround

This commit is contained in:
Davide De Rosa 2022-08-19 08:34:55 +02:00
parent f465108a0a
commit d10edc69fe
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ extension ProfileView {
Text(Unlocalized.VPN.vpn)
} footer: {
Text(L10n.Profile.Sections.Vpn.footer)
.xxxThemeTruncation()
}
}