better english
Massimo Melina committed
Mar 14, 2023 at 12:55 UTC
bf90f56260843481f9ecc708c0a6c1c615866423
1 file changed
+1
-1
admin/src/VfsTree.ts
+1
-1
@@ -99,7 +99,7 @@ export default function VfsTree({ id2node }:{ id2node: Map<string, VfsNode> }) {
99
isRestricted(node.can_read) && iconTooltip(Lock, "Restrictions on who can download"),
100
node.default && iconTooltip(Web, "Act as website"),
101
node.masks && iconTooltip(TheaterComedy, "Masks"),
102
- node.size === -1 && iconTooltip(HighlightOff, "Source missing")
102
+ node.size === -1 && iconTooltip(HighlightOff, "Source not found")
103
),
104
),
105
isRoot ? "Home"