Added reset encryption settings

This commit is contained in:
Juan Gilsanz Polo 2023-12-11 13:54:47 +01:00
parent c1e2a796af
commit 3aa36c89aa
4 changed files with 130 additions and 14 deletions

View file

@ -690,5 +690,10 @@
"topUpstreams": "Top upstreams",
"averageUpstreamResponseTime": "Average upstream response time",
"dhcpNotAvailable": "The DHCP server is not available.",
"osServerInstalledIncompatible": "The OS where the server is installed is not compatible with this feature."
"osServerInstalledIncompatible": "The OS where the server is installed is not compatible with this feature.",
"resetSettings": "Reset settings",
"resetEncryptionSettingsDescription": "Are you sure you want to reset to default values the encryption settings?",
"resettingConfig": "Resetting configuration...",
"configurationResetSuccessfully": "Configuration resetted successfully",
"configurationResetError": "The configuration couldn't be resetted"
}