From 6b14f08d5903644bcd196b372bb86b6dd25ffe91 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Wed, 10 May 2023 00:40:57 +0200 Subject: Hotfix: wrong variable name for English translation (#444) --- backend/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend') diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 4abac003..26a1c5e5 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -41,7 +41,7 @@ "button_idle": "Update", "button_processing": "Updating", "desc": "Are you sure you want to update {{artifact}} {{version}}?", - "title": "Update {{name}}" + "title": "Update {{artifact}}" } }, "PluginListIndex": { -- cgit v1.2.3