From de54a2f423bb50f69edbcb7284fc77eae8d64dfe Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Wed, 13 May 2026 07:04:37 +0200 Subject: [PATCH] Update translations --- .../Main/Pages/Settings/StorageInsights.razor | 2 +- .../Resources/Pages/Main/Settings/StorageInsights.en.resx | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/server/AliasVault.Client/Main/Pages/Settings/StorageInsights.razor b/apps/server/AliasVault.Client/Main/Pages/Settings/StorageInsights.razor index 7c43d788a..a2d3bf647 100644 --- a/apps/server/AliasVault.Client/Main/Pages/Settings/StorageInsights.razor +++ b/apps/server/AliasVault.Client/Main/Pages/Settings/StorageInsights.razor @@ -488,7 +488,7 @@ else if (_redownloadTotal == 0) { - GlobalNotificationService.AddSuccessMessage(Localizer["RedownloadAllLogosNoItemsMessage"], true); + GlobalNotificationService.AddSuccessMessage(SharedLocalizer["Success"], true); return; } diff --git a/apps/server/AliasVault.Client/Resources/Pages/Main/Settings/StorageInsights.en.resx b/apps/server/AliasVault.Client/Resources/Pages/Main/Settings/StorageInsights.en.resx index 5b9984255..16f5c24c6 100644 --- a/apps/server/AliasVault.Client/Resources/Pages/Main/Settings/StorageInsights.en.resx +++ b/apps/server/AliasVault.Client/Resources/Pages/Main/Settings/StorageInsights.en.resx @@ -167,8 +167,4 @@ This re-fetches the favicon for every credential that has a website URL, replacing the existing logo. Depending on your vault size this may take a while. Continue? Confirmation modal body for redownload-all-logos - - No items with a website URL were found, nothing to download. - Notification shown when redownload was triggered but no items qualify -