@samitouri / QOSami-HFS / commits / 0fd8b128

admin/shared: better english

Massimo Melina committed May 30, 2025 at 15:46 UTC 0fd8b1282ef06439e4b5645874d34e8125fbb870
1 file changed +1 -1
admin/src/VfsTree.ts
+1 -1
@@ -78,7 +78,7 @@ export default function VfsTree({ id2node, statusApi }:{ id2node: Map<string, Vf
78 host && iconTooltip(Home, `home for ${host}`))
79 ),
80 ),
81 - isRoot ? "Home" : (() => { // special rendering if the whole source is not too long, and the name was not customized
81 + isRoot ? "Home folder" : (() => { // special rendering if the whole source is not too long, and the name was not customized
82 const ps = node.parent?.source
83 const { source } = node
84 const rel = ps && source?.startsWith(ps) && source > ps ? '.' + source.slice(ps.length) : source