1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(UI): better text on ssl file selectors

This commit is contained in:
2021-02-08 09:36:44 +01:00
parent 2aace28e80
commit 9a190854fe
4 changed files with 12 additions and 4 deletions

View File

@ -90,7 +90,9 @@ module.exports = {
privateKey: 'Private key',
certificate: 'Certificate',
caCertificate: 'CA certificate',
ciphers: 'Ciphers'
ciphers: 'Ciphers',
upload: 'Upload',
browse: 'Browse'
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',