fix: typo

Massimo Melina committed Mar 9, 2022 at 22:39 UTC ef766a633e2513ece8866c1192b2387150fed496
2 files changed +2 -2
admin/src/HomePage.ts
+1 -1
@@ -50,7 +50,7 @@ export default function HomePage() {
50 !username && cfg?.admin_network !== '127.0.0.1' && h(Alert, { severity: 'warning' }, "Admin interface is not limited to localhost - ", cfgLink("restrict access with login")),
51
52 vfs?.root && !vfs.root.children?.length && !vfs.root.source &&
53 - h(Alert, { severity: 'warning' }, "You have no files shares - ", fsLink("add some files"))
53 + h(Alert, { severity: 'warning' }, "You have no files shared - ", fsLink("add some"))
54 )
55 }
56
todo.md
+1 -1
@@ -1,5 +1,5 @@
1 # To do
2 -- expose admin at same port of frontend
2 +- expose admin on frontend's same port
3 - admin: improve masks editor
4 - if specified config is a folder, check for file config.yaml inside
5 - merge accounts in config