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 pl: BaseTranslation = {
WRITEABLE: 'zapisywalna',
SHOWING: 'Wyświetlane',
SEARCH: 'Szukaj',
CERT: 'TSL root certificate (leave blank to disable TSL)' // TODO translate
CERT: 'TLS root certificate (leave blank to disable TLS)' // TODO translate
};
export default pl;