Skip to content

Commit

Permalink
Remove link from the message as target screen was removed from scope
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Oct 17, 2024
1 parent c267ab6 commit 8f881d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export async function _disableAppsWithAddonsCallback(
lng: adminUser.language || 'en',
count: affectedApps.length,
appNames: affectedApps,
url: '/home',
}),
}),
});
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@
"App_Info": "App Info",
"App_Information": "App Information",
"Apps_context_enterprise": "Enterprise",
"App_has_been_disabled_addon_message_one": "The app {{appNames}} has been disabled because of an invalid add-on. [A valid add-on subscription is required to re-enable it]({{url}})",
"App_has_been_disabled_addon_message_other": "The apps {{appNames}} have been disabled because of invalid add-ons. [A valid add-on subscription is required to re-enable them]({{url}})",
"App_has_been_disabled_addon_message_one": "The app {{appNames}} has been disabled because of an invalid add-on. A valid add-on subscription is required to re-enable it",
"App_has_been_disabled_addon_message_other": "The apps {{appNames}} have been disabled because of invalid add-ons. A valid add-on subscription is required to re-enable them",
"App_Installation": "App Installation",
"App_Installation_Deprecation_Title": "Deprecation Warning",
"App_Installation_Deprecation": "Install apps from URL is deprecated and will be removed in the next major release.",
Expand Down

0 comments on commit 8f881d5

Please sign in to comment.