diff --git a/lib/Backend/BeeSwarm.php b/lib/Backend/BeeSwarm.php index 60dce28..300181d 100755 --- a/lib/Backend/BeeSwarm.php +++ b/lib/Backend/BeeSwarm.php @@ -72,7 +72,7 @@ public function __construct(string $appName, IL10N $l, IConfig $config, LoggerIn ->setIdentifier(AppConstants::APP_NAME) ->addIdentifierAlias('\OC\Files\External_Storage\BeeSwarm') // legacy compat ->setStorageClass('\OCA\Files_External_Ethswarm\Storage\BeeSwarm') - ->setText($l->t('Swarm By Hejbit')) + ->setText($l->t('HejBit-Swarm')) ->addParameters([ (new DefinitionParameter(self::OPTION_HOST_URL, $l->t('Server URL'))) ->setTooltip($l->t("License Server URL")),