Update translations

This commit is contained in:
Leendert de Borst
2026-05-13 07:04:37 +02:00
parent 9eb9fe6166
commit de54a2f423
2 changed files with 1 additions and 5 deletions

View File

@@ -488,7 +488,7 @@ else
if (_redownloadTotal == 0)
{
GlobalNotificationService.AddSuccessMessage(Localizer["RedownloadAllLogosNoItemsMessage"], true);
GlobalNotificationService.AddSuccessMessage(SharedLocalizer["Success"], true);
return;
}

View File

@@ -167,8 +167,4 @@
<value>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?</value>
<comment>Confirmation modal body for redownload-all-logos</comment>
</data>
<data name="RedownloadAllLogosNoItemsMessage">
<value>No items with a website URL were found, nothing to download.</value>
<comment>Notification shown when redownload was triggered but no items qualify</comment>
</data>
</root>