From 385ca6772cf30805a5e52bf7d2a033541a35527c Mon Sep 17 00:00:00 2001
From: ardevd
Date: Sat, 28 Jun 2025 05:06:45 -0400
Subject: [PATCH] chore(gui): added spacing between folder name and error
message (#10201)
### Purpose
Filesystem watcher errors didnt have any whitespace between the share
name and the error message, making it hard to read. A simple colon and
whitespace solves this issue
---
gui/default/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/default/index.html b/gui/default/index.html
index cb188716f..0b583b5cb 100644
--- a/gui/default/index.html
+++ b/gui/default/index.html
@@ -333,7 +333,7 @@
- | {{folderLabel(id)}} | {{err}} |
+ {{folderLabel(id)}}: | {{err}} |