From 27d4896a13b18e33e2653eb5757466ddc050336a Mon Sep 17 00:00:00 2001 From: Sly_tom_cat Date: Tue, 19 Sep 2017 15:37:26 +0000 Subject: [PATCH] gui: Fix title attribute for popups on shared folders / devices (fixes #4377) Skip-check: authors GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4378 --- gui/default/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/default/index.html b/gui/default/index.html index d9c97ce1..5de3f9c0 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -394,7 +394,7 @@  Shared With - {{sharesFolder(folder)}} + {{sharesFolder(folder)}}  Last Scan @@ -645,7 +645,7 @@  Folders - {{deviceFolders(deviceCfg).map(folderLabel).join(", ")}} + {{deviceFolders(deviceCfg).map(folderLabel).join(", ")}}