diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 94e1ed3d0..b97af0f6d 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -185,7 +185,15 @@ "plugin_updates_label": "Plugin updates available" }, "other": { - "header": "Other" + "header": "Other", + "uninstall": { + "label": "Uninstall Decky", + "short_label": "Uninstall", + "description": "We are sorry to see you go! If you are considering uninstalling because you are having issues, please consider opening an issue or joining our Discord so we can help you and other users.", + "pwd_input": "Please, enter your password:", + "pwd_confirm": "Confirm", + "pwd_cancel": "Cancel" + } }, "updates": { "header": "Updates" @@ -280,4 +288,4 @@ "error": "Error Installing PR", "start_download_toast": "Downloading PR #{{id}}" } -} +} \ No newline at end of file