mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-04 08:23:37 +00:00
Certificates table compliance and other stuff
This commit is contained in:
3
frontend/src/locale/src/HelpDoc/en/AccessLists.md
Normal file
3
frontend/src/locale/src/HelpDoc/en/AccessLists.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Access Lists Help
|
||||
|
||||
todo
|
3
frontend/src/locale/src/HelpDoc/en/Certificates.md
Normal file
3
frontend/src/locale/src/HelpDoc/en/Certificates.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Certificates Help
|
||||
|
||||
todo
|
3
frontend/src/locale/src/HelpDoc/en/NginxTemplates.md
Normal file
3
frontend/src/locale/src/HelpDoc/en/NginxTemplates.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Nginx Templates Help
|
||||
|
||||
todo
|
@@ -1,2 +1,5 @@
|
||||
export * as AccessLists from "./AccessLists.md";
|
||||
export * as Certificates from "./Certificates.md";
|
||||
export * as CertificateAuthorities from "./CertificateAuthorities.md";
|
||||
export * as DNSProviders from "./DNSProviders.md";
|
||||
export * as NginxTemplates from "./NginxTemplates.md";
|
||||
|
@@ -311,6 +311,9 @@
|
||||
"capability.users.manage": {
|
||||
"defaultMessage": "Manage Users"
|
||||
},
|
||||
"certificate.create": {
|
||||
"defaultMessage": "Create Certificate"
|
||||
},
|
||||
"certificate-authorities.title": {
|
||||
"defaultMessage": "Certificate Authorities"
|
||||
},
|
||||
@@ -380,9 +383,6 @@
|
||||
"create-access-list-title": {
|
||||
"defaultMessage": "There are no Access Lists"
|
||||
},
|
||||
"create-certificate": {
|
||||
"defaultMessage": "Create Certificate"
|
||||
},
|
||||
"create-certificate-title": {
|
||||
"defaultMessage": "There are no Certificates"
|
||||
},
|
||||
|
Reference in New Issue
Block a user