From 97aa6c8bb4798f432fcc78e47b392285dc09d1f9 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 25 Nov 2025 13:03:55 +0100 Subject: [PATCH] pkjs: settings: update descriptions --- src/pkjs/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pkjs/config.js b/src/pkjs/config.js index c50d025..48d2eac 100644 --- a/src/pkjs/config.js +++ b/src/pkjs/config.js @@ -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" } -]; \ No newline at end of file +];