From b425ca66bd64fb405e70274d01c9242f383c6b97 Mon Sep 17 00:00:00 2001 From: "C. Alexander Leigh" Date: Tue, 14 Feb 2023 10:46:21 -0800 Subject: [PATCH] lc-isf-tc: Standardized terms --- lc-isf-tc/src/main/resources/screen/logon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lc-isf-tc/src/main/resources/screen/logon.json b/lc-isf-tc/src/main/resources/screen/logon.json index 91f62cd47..1b391731d 100644 --- a/lc-isf-tc/src/main/resources/screen/logon.json +++ b/lc-isf-tc/src/main/resources/screen/logon.json @@ -11,10 +11,10 @@ }, "%okb": { "type": "button", - "label": "LOGIN", + "label": "LOGON", "cols": 11, "rows": 1, - "call": "login" + "call": "logon" } } } \ No newline at end of file -- GitLab