From 89b584ddb1cf1e3f7c89c9dfb096a8f485abcb08 Mon Sep 17 00:00:00 2001 From: omni Date: Sun, 21 Jun 2026 15:55:34 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20templates.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.json b/templates.json index 600dd00..dcabcd0 100644 --- a/templates.json +++ b/templates.json @@ -2,9 +2,9 @@ { "name": "Wi-Fi (WPA)", "fields": [ - {"id": "name", "name" :"Name"}, + {"id": "name", "name" :"SSID"}, {"id": "encryption", "name": "Encryption", "default": "WPA"}, - {"id": "password", "name" :"Password", "maybeEmpty": "true"} + {"id": "password", "name": "Password", "maybeEmpty": "true"} ], "template": "WIFI:S:$name$;T:$encryption$;P:$password$;;" }