better english

Massimo Melina committed Feb 11, 2023 at 12:53 UTC 37545b691273eaa063d1773057a7e0d9742019fc
2 files changed +3 -1
admin/src/addFiles.ts
+1 -1
@@ -17,7 +17,7 @@ export default function addFiles() {
17 const under = getUnder()
18 return h(Fragment, {},
19 h(Box, { sx:{ typography: 'body1', px: 1, py: 2 } },
20 - "Selected elements will be added to virtual path " + (under || '(home)')),
20 + "Selected elements will be added under " + (under || '(home)')),
21 h(FilePicker, {
22 async onSelect(sel) {
23 const errs = onlyTruthy(await Promise.all(sel.map(source =>
todo.md
+2
@@ -6,6 +6,7 @@
6 - fix: cannot switch off https and switch on http at the same time
7 - admin/monitor: show user-agent
8 - admin: check + update
9 +- multilanguage (i18n)
10 - frontend: hide closer button on login dialog accessing a protected resource, as it's no use
11 - generation of links to give access to a file
12 - an admin page where you can pick a file or folder(zip), and a link is generated
@@ -24,6 +25,7 @@
25 - admin/fs: support insert/delete key
26 - admin/fs: button "copy url to clipboard"
27 - admin/monitor: show some info on what folder is browsing
28 +- admin/fs: navigate file picker with keyboard
29 - plugin: list of IPs seen
30 - admin: in a group, show linked accounts
31 - admin: warn in case of items with same name