Skip to content

Commit

Permalink
#976 Replace Swarm By Hejbit to Hejbit (Storage text) (#81)
Browse files Browse the repository at this point in the history
* Replace Swarm By Hejbit to Hejbit (Storage text)

* Changing from HejBit to HejBit-Swarm
  • Loading branch information
JoaoSRaposo authored Nov 14, 2024
1 parent 697bff2 commit ea62f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Backend/BeeSwarm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit ea62f05

Please sign in to comment.