From 4e6af947fac79f6e21c2deb01101d55ea296e72f Mon Sep 17 00:00:00 2001 From: KsZnak Date: Tue, 30 Jan 2024 20:05:18 +0200 Subject: [PATCH] Update containers_defs.cpp --- client/containers/containers_defs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/containers/containers_defs.cpp b/client/containers/containers_defs.cpp index b4014051..59df2981 100644 --- a/client/containers/containers_defs.cpp +++ b/client/containers/containers_defs.cpp @@ -119,7 +119,7 @@ QMap ContainerProps::containerDescriptions() { DockerContainer::Dns, QObject::tr("Replace the current DNS server with your own. This will increase your privacy level.") }, { DockerContainer::Sftp, - QObject::tr("Creates a file vault on your server to securely store and transfer files.") } }; + QObject::tr("Create a file vault on your server to securely store and transfer files.") } }; } QMap ContainerProps::containerDetailedDescriptions()