mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-14 01:56:31 -04:00
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
This commit is contained in:
@@ -333,7 +333,7 @@
|
||||
</p>
|
||||
<table>
|
||||
<tr ng-repeat="(id, err) in fsWatcherErrorMap()">
|
||||
<td>{{folderLabel(id)}}</td><td>{{err}}</td>
|
||||
<td>{{folderLabel(id)}}: </td><td>{{err}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user