feat(app/scripting): warning dialog

This commit is contained in:
rhunk
2023-12-27 12:38:49 +01:00
parent 88425654f3
commit 8f2940e0a6
2 changed files with 45 additions and 1 deletions

View File

@ -63,6 +63,10 @@
"fetch_error": "Failed to fetch data",
"category_groups": "Groups",
"category_friends": "Friends"
},
"scripting_warning": {
"title": "Warning",
"content": "SnapEnhance includes a scripting tool, allowing the execution of user-defined code on your device. Use extreme caution and only install modules from known, reliable sources. Unauthorized or unverified modules may pose security risks to your system."
}
}
},