chore(webui): improving inconsistent string #2381

Closed
Animan8000 wants to merge 10 commits from (deleted):translation into main
Showing only changes of commit a4f3b94e9b - Show all commits

View File

@ -64,7 +64,9 @@ export const focusController: RequestHandler = async (req, res) => {
}
);
res.end();
res.json({
FocusUpgrade: { ItemType: focusType }
});
break;
}
case FocusOperation.UnlockUpgrade: {