chore: fix typos of TLS

This commit is contained in:
Owen Voke
2023-10-25 11:19:15 +01:00
parent 8929e15e00
commit ec5b5ef79d
10 changed files with 10 additions and 10 deletions

View File

@@ -325,7 +325,7 @@ const it: Translation = {
WRITEABLE: 'Scrivibile',
SHOWING: 'Visualizza',
SEARCH: 'Ricerca',
CERT: 'TSL root certificate (leave blank to disable TSL)' // TODO translate
CERT: 'TLS root certificate (leave blank to disable TLS)' // TODO translate
};
export default it;