misc: update translation field

This commit is contained in:
KOWX712
2025-05-18 20:51:42 +08:00
parent 4947d00f9d
commit 7058c3cbca
6 changed files with 102 additions and 102 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ saveButton.addEventListener("click", async () => {
}
`, { env: { PATH: "/data/adb/ap/bin:/data/adb/ksu/bin:/data/adb/magisk:$PATH" } })
.then(() => {
showPrompt("prompt.boot_hash_set");
showPrompt("prompt_boot_hash_set");
closeBootHashMenu();
});
});