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 +];