Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/app/views/preprod/components/installModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function InstallModal({projectId, artifactId, closeModal}: InstallModalProps) {
<br />
<Text size="sm" variant="muted">
{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: <strong>{installDetails.profile_name}</strong>,
}
Expand Down
Loading