diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-05-10 00:40:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 15:40:57 -0700 |
| commit | 6b14f08d5903644bcd196b372bb86b6dd25ffe91 (patch) | |
| tree | 421956d1d98c94d873c14f57412ec3f385340f94 /backend/locales/en-US.json | |
| parent | 089e6b086c7b125ef077a9351f50c292c8cbd712 (diff) | |
| download | decky-loader-6b14f08d5903644bcd196b372bb86b6dd25ffe91.tar.gz decky-loader-6b14f08d5903644bcd196b372bb86b6dd25ffe91.zip | |
Hotfix: wrong variable name for English translation (#444)v2.8.1-pre1
Diffstat (limited to 'backend/locales/en-US.json')
| -rw-r--r-- | backend/locales/en-US.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |
