From 3a3490c5f752431a6e7d27662341d0d579fe490a Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Mon, 3 May 2021 14:45:36 +0200 Subject: [PATCH] fix: update text --- src/lib/routes/admin-api/bootstrap-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/routes/admin-api/bootstrap-controller.ts b/src/lib/routes/admin-api/bootstrap-controller.ts index 664646bcfc..c3a766cc97 100644 --- a/src/lib/routes/admin-api/bootstrap-controller.ts +++ b/src/lib/routes/admin-api/bootstrap-controller.ts @@ -113,7 +113,7 @@ class BootstrapController extends Controller { authenticationType, toast: { message: - 'You have been upgraded to Unleash version 4. This release brings a number of important changes to unleash and may affect how you work with Unleash. In order to see all changes, follow the link below.', + 'You have been upgraded to Unleash version 4. This release brings a number of important changes and may affect how you work with Unleash. In order to view the full scope of changes in this release, please follow the link below.', id: 'v4-update', severity: 'info', link: 'https://docs.getunleash.io/link-to-v4-upgrade',