From 90ad503802ebc84cd7939553f13dd6086e2eff79 Mon Sep 17 00:00:00 2001 From: falkheiland Date: Thu, 25 Apr 2024 12:50:15 +0200 Subject: [PATCH] coderabbitai edits --- apps/pinchflat/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/pinchflat/config.json b/apps/pinchflat/config.json index 3f76efb1..7b418362 100644 --- a/apps/pinchflat/config.json +++ b/apps/pinchflat/config.json @@ -12,12 +12,12 @@ ], "description": "Your next YouTube media manager", "short_desc": "Your next YouTube media manager", - "author": "Kieran Eglin ", + "author": "Kieran Eglin", "source": "https://github.com/kieraneglin/pinchflat", "form_fields": [ { "type": "string", - "label": "Basic Auth Username (optional. if not set, no basic auth is used).", + "label": "Basic Auth Username (optional; if not set, no basic auth is used).", "max": 50, "min": 3, "required": false, @@ -25,7 +25,7 @@ }, { "type": "password", - "label": "Basic Auth Password (optional. if not set, no basic auth is used)", + "label": "Basic Auth Password (optional; if not set, no basic auth is used)", "required": false, "env_variable": "BASIC_AUTH_PASSWORD" }