From 2d833a58e58d4cec293e770b8b5c45d30f702c55 Mon Sep 17 00:00:00 2001 From: Max Topolsky Date: Tue, 25 Nov 2025 09:13:09 -0500 Subject: [PATCH] fix typo in install modal --- static/app/views/preprod/components/installModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/views/preprod/components/installModal.tsx b/static/app/views/preprod/components/installModal.tsx index 696601cba7a7ce..2016045e0054f4 100644 --- a/static/app/views/preprod/components/installModal.tsx +++ b/static/app/views/preprod/components/installModal.tsx @@ -88,7 +88,7 @@ function InstallModal({projectId, artifactId, closeModal}: InstallModalProps) {
{tct( - 'App was signed for the App Store using the [profileName] profile and cannot be installed directly. Re-upload with an enterprise, ad-hoc, or development proifle to install this app.', + 'App was signed for the App Store using the [profileName] profile and cannot be installed directly. Re-upload with an enterprise, ad-hoc, or development profile to install this app.', { profileName: {installDetails.profile_name}, }