diff --git a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift index d6b16d333..d6de5c14c 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift @@ -204,7 +204,7 @@ struct ProfileView: View { ) } - Section(footer: Text(viewModel.appVersionString)) { + Section(footer: Text(viewModel.appVersionString + " - \(dataService.appEnvironment.name)")) { NavigationLink( destination: ManageAccountView() ) {