diff --git a/VRR-Monitor/VRR-Monitor.js b/VRR-Monitor/VRR-Monitor.js index 78cef0a..c1f5f9d 100644 --- a/VRR-Monitor/VRR-Monitor.js +++ b/VRR-Monitor/VRR-Monitor.js @@ -96,7 +96,7 @@ function populateTable(table, stations) { nameCell.leftAligned() nameCell.widthWeight = 1 - let buttonCell = row.addButton('Copy ID to clipboard'); + let buttonCell = row.addButton('Copy ID'); buttonCell.rightAligned() buttonCell.widthWeight = 1 buttonCell.onTap = () => { @@ -227,4 +227,4 @@ if(!config.runsInWidget) { // Tell the system to show the widget. Script.setWidget(widget) Script.complete() -} \ No newline at end of file +}