Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Duplicati/Library/Backend/Tardigrade/TardigradeConfig.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/Tardigrade/TardigradeConfig.cs b/Duplicati/Library/Backend/Tardigrade/TardigradeConfig.cs
index 1464fe17f..7c99982e2 100644
--- a/Duplicati/Library/Backend/Tardigrade/TardigradeConfig.cs
+++ b/Duplicati/Library/Backend/Tardigrade/TardigradeConfig.cs
@@ -23,9 +23,9 @@ namespace Duplicati.Library.Backend.Tardigrade
public string Key { get { return "tardigrade-getconfig"; } }
- public string DisplayName { get { return "Tardigrade configuration module"; } }
+ public string DisplayName { get { return "Storj DCS configuration module"; } }
- public string Description { get { return "Exposes Tardigrade configuration as a web module"; } }
+ public string Description { get { return "Exposes Storj DCS configuration as a web module"; } }
public IList<ICommandLineArgument> SupportedCommands
{