feat: warning dialog when selecting all patches.

This commit is contained in:
Aunali321
2022-09-23 14:53:21 +05:30
parent efe1306aac
commit d8df377427
3 changed files with 29 additions and 2 deletions

View File

@ -75,7 +75,9 @@
"viewTitle": "Select patches",
"searchBarHint": "Search patches",
"doneButton": "Done",
"noPatchesFound": "No patches found for the selected app"
"noPatchesFound": "No patches found for the selected app",
"selectAllPatchesWarningTitle": "Warning",
"selectAllPatchesWarningContent": "You are about to select all patches, that includes unrecommended patches and can cause unwanted behavior."
},
"patchItem": {
"unsupportedWarningButton": "Unsupported version",