Skip to content

Commit

Permalink
[PM-7407] Updates the self-host release date in the unassigned items …
Browse files Browse the repository at this point in the history
…alert message (#3158)
  • Loading branch information
vvolkgang authored Apr 15, 2024
1 parent e672cb1 commit fa5d92f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ internal async Task CheckOrganizationUnassignedItemsAsync()
}

var message = _environmentService.SelectedRegion == Core.Enums.Region.SelfHosted
? AppResources.OrganizationUnassignedItemsMessageSelfHostDescriptionLong
? AppResources.OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong
: AppResources.OrganizationUnassignedItemsMessageUSEUDescriptionLong;

var response = await _deviceActionService.DisplayAlertAsync(AppResources.Notice,
Expand Down
6 changes: 3 additions & 3 deletions src/Core/Resources/Localization/AppResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Core/Resources/Localization/AppResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2889,8 +2889,8 @@ Do you want to switch to this account?</value>
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
<value>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.</value>
</data>
<data name="OrganizationUnassignedItemsMessageSelfHostDescriptionLong" xml:space="preserve">
<value>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.</value>
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
<value>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.</value>
</data>
<data name="RemindMeLater" xml:space="preserve">
<value>Remind me later</value>
Expand Down

0 comments on commit fa5d92f

Please sign in to comment.