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
-