summaryrefslogtreecommitdiff
path: root/share/web_surfaces/index
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/index')
-rw-r--r--share/web_surfaces/index/main.css2
-rw-r--r--share/web_surfaces/index/main.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/web_surfaces/index/main.css b/share/web_surfaces/index/main.css
index fb13d28401..5129f8ddd5 100644
--- a/share/web_surfaces/index/main.css
+++ b/share/web_surfaces/index/main.css
@@ -85,7 +85,7 @@ h2 {
font-size: 0.75em;
}
-.disk-path {
+.filesystem-path {
font-family: Monaco, monospace;
font-size: 0.9em;
color: #444;
diff --git a/share/web_surfaces/index/main.js b/share/web_surfaces/index/main.js
index 1b6c5e9ae3..805894c00d 100644
--- a/share/web_surfaces/index/main.js
+++ b/share/web_surfaces/index/main.js
@@ -39,7 +39,7 @@ import { Ardour } from '/shared/ardour.js';
li.innerHTML = `<li>
<span>Filesystem location:</span>
&thinsp;
- <span class="disk-path">${group.diskPath}</span>
+ <span class="filesystem-path">${group.filesystemPath}</span>
</li>`;
ul.appendChild(li);