From 60cf5fb9e13cacc018e292f40bc1af0ff5226f6b Mon Sep 17 00:00:00 2001 From: ThePedroo Date: Sun, 14 Jul 2024 22:55:50 -0300 Subject: [PATCH] update: WebUI English translation of `Arch` to `Architecture` This commit changes the word that references the architecture from the brief "Arch" to the full "Architecture" word. --- webroot/lang/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/lang/en_US.json b/webroot/lang/en_US.json index 116cd1e..82ec1ff 100644 --- a/webroot/lang/en_US.json +++ b/webroot/lang/en_US.json @@ -40,7 +40,7 @@ }, "modules": { "header": "Modules", - "arch": "Arch: " + "arch": "Architecture: " }, "action": { "header": "Action",