From fa5d92fbf73d3df341710459d92af5ea08ba565b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Mon, 15 Apr 2024 14:58:56 +0100 Subject: [PATCH] [PM-7407] Updates the self-host release date in the unassigned items alert message (#3158) --- .../Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs | 2 +- src/Core/Resources/Localization/AppResources.Designer.cs | 6 +++--- src/Core/Resources/Localization/AppResources.resx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Core/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs b/src/Core/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs index 08ca10fd7..4430372b3 100644 --- a/src/Core/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs +++ b/src/Core/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs @@ -739,7 +739,7 @@ namespace Bit.App.Pages } var message = _environmentService.SelectedRegion == Core.Enums.Region.SelfHosted - ? AppResources.OrganizationUnassignedItemsMessageSelfHostDescriptionLong + ? AppResources.OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong : AppResources.OrganizationUnassignedItemsMessageUSEUDescriptionLong; var response = await _deviceActionService.DisplayAlertAsync(AppResources.Notice, diff --git a/src/Core/Resources/Localization/AppResources.Designer.cs b/src/Core/Resources/Localization/AppResources.Designer.cs index 731604935..44674f478 100644 --- a/src/Core/Resources/Localization/AppResources.Designer.cs +++ b/src/Core/Resources/Localization/AppResources.Designer.cs @@ -5111,11 +5111,11 @@ namespace Bit.Core.Resources.Localization { } /// - /// Looks up a localized string similar to On May 2, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.. + /// Looks up a localized string similar to On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.. /// - public static string OrganizationUnassignedItemsMessageSelfHostDescriptionLong { + public static string OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong { get { - return ResourceManager.GetString("OrganizationUnassignedItemsMessageSelfHostDescriptionLong", resourceCulture); + return ResourceManager.GetString("OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong", resourceCulture); } } diff --git a/src/Core/Resources/Localization/AppResources.resx b/src/Core/Resources/Localization/AppResources.resx index 82450ffab..eacd69a26 100644 --- a/src/Core/Resources/Localization/AppResources.resx +++ b/src/Core/Resources/Localization/AppResources.resx @@ -2889,8 +2889,8 @@ Do you want to switch to this account? Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible. - - On May 2, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible. + + On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible. Remind me later