diff --git a/apps/backoffice/lib/i18n/en.ts b/apps/backoffice/lib/i18n/en.ts index 079f575..d19c9de 100644 --- a/apps/backoffice/lib/i18n/en.ts +++ b/apps/backoffice/lib/i18n/en.ts @@ -647,7 +647,7 @@ const en: Record = { "prowlarr.sentError": "Failed to send to qBittorrent", "prowlarr.replaceAndDownload": "Download and replace existing", "prowlarr.confirmReplace": "This will re-download all volumes in the pack, including those already present. Continue?", - "prowlarr.missingVol": "Vol. {{vol}} missing", + "prowlarr.missingVol": "Vol. {{vol}}", // Settings - qBittorrent "settings.qbittorrent": "qBittorrent", diff --git a/apps/backoffice/lib/i18n/fr.ts b/apps/backoffice/lib/i18n/fr.ts index b29ede1..1de57fc 100644 --- a/apps/backoffice/lib/i18n/fr.ts +++ b/apps/backoffice/lib/i18n/fr.ts @@ -645,7 +645,7 @@ const fr = { "prowlarr.sentError": "Échec de l'envoi à qBittorrent", "prowlarr.replaceAndDownload": "Télécharger et remplacer les existants", "prowlarr.confirmReplace": "Cela va retélécharger tous les volumes du pack, y compris ceux déjà présents. Continuer ?", - "prowlarr.missingVol": "T{{vol}} manquant", + "prowlarr.missingVol": "T{{vol}}", // Settings - qBittorrent "settings.qbittorrent": "qBittorrent",