Merge pull request #672 from amnezia-vpn/translations/fix-translations

Fix translations
This commit is contained in:
pokamest 2024-03-10 16:18:27 -07:00 committed by GitHub
commit 0e87550d85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 26 deletions

View file

@ -166,7 +166,7 @@ PageType {
LabelWithButtonType {
Layout.fillWidth: true
text: qsTr("Remove server from application")
text: qsTr("Remove this server from the app")
textColor: "#EB5757"
clickedFunction: function() {
@ -196,11 +196,11 @@ PageType {
visible: content.isServerWithWriteAccess
Layout.fillWidth: true
text: qsTr("Clear server from Amnezia software")
text: qsTr("Clear server Amnezia-installed services")
textColor: "#EB5757"
clickedFunction: function() {
var headerText = qsTr("Do you want to clear server from Amnezia software?")
var headerText = qsTr("Do you want to clear server Amnezia-installed services?")
var descriptionText = qsTr("All containers will be deleted on the server. This means that configuration files, keys and certificates will be deleted.")
var yesButtonText = qsTr("Continue")
var noButtonText = qsTr("Cancel")