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

@@ -323,7 +323,7 @@ const en: Translation = {
WRITEABLE: 'Writeable',
SHOWING: 'Showing',
SEARCH: 'Search',
CERT: 'TSL root certificate (leave blank to disable TSL)'
CERT: 'TLS root certificate (leave blank to disable TLS)'
};
export default en;