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:
authorTopperDEL <github_com@tparth.de>2021-04-29 15:10:46 +0300
committerTopperDEL <github_com@tparth.de>2021-04-29 15:10:46 +0300
commitd923cfaa6e98406d0fb4611d5d36d2ef0c2cbb47 (patch)
tree7ae0819927e80b505a99cf0cd4a33313c56382db /Duplicati/Library/Backend/Tardigrade
parent96c28e8e322feb5ed53f77f5da684f371a132346 (diff)
feat: Further rename
Diffstat (limited to 'Duplicati/Library/Backend/Tardigrade')
-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
{