diff --git a/backend/locales/en.json b/backend/locales/en.json index b94d6bad..6c3298d1 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -46,7 +46,7 @@ "disabling": "Disabling", "decky_update_available": "Update to {{tag_name}} available!", "plugin_update_one": "Updates available for 1 plugin!", - "plugin_update_other": "Updates available for {{number}} plugins!", + "plugin_update_other": "Updates available for {{count}} plugins!", "plugin_uninstall": { "title": "Uninstall {{name}}", "desc": "Are you sure you want to uninstall {{name}}?", diff --git a/backend/locales/it.json b/backend/locales/it.json index 1aa3d3dd..c6f2a271 100644 --- a/backend/locales/it.json +++ b/backend/locales/it.json @@ -46,7 +46,7 @@ "disabling": "Disabilitando", "decky_update_available": "Disponibile aggiornamento a {{tag_name}}!", "plugin_update_one": "Aggiornamento disponibile per un plugin!", - "plugin_update_other": "Aggiornamento disponibile per {{number}} plugins!", + "plugin_update_other": "Aggiornamento disponibile per {{count}} plugins!", "plugin_uninstall": { "title": "Rimozione di {{name}}", "desc": "Rimuovo {{name}}?",