From 4c952afe9c61bcf2b757f4c0579df80b51c6aa08 Mon Sep 17 00:00:00 2001 From: Benny <66417262+ThisIsBenny@users.noreply.github.com> Date: Fri, 23 Oct 2020 08:45:08 +0200 Subject: [PATCH] Update VRR-Monitor.js --- VRR-Monitor/VRR-Monitor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}