pkjs: settings: update descriptions

This commit is contained in:
He4eT 2025-11-25 13:03:55 +01:00
commit 97aa6c8bb4

View file

@ -1,14 +1,14 @@
module.exports = [
{
"type": "text",
"defaultValue": "Press your watch’s right side button to instantly roll a random number from 1 to N."
"defaultValue": "Press any right-side button on your watch to instantly roll a number from 1 to N."
},
{
"type": "section",
"items": [
{
"type": "heading",
"defaultValue": "Dice Settings"
"defaultValue": "Die Parameters"
},
{
"messageKey": "UPPER_BOUND",
@ -28,4 +28,4 @@ module.exports = [
"type": "submit",
"defaultValue": "Save Settings"
}
];
];