mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 18:16:36 -04:00
feat(files_external): clearer label for Local storage
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
561fceb631
commit
328f48352d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Local extends Backend {
|
|||
->setIdentifier('local')
|
||||
->addIdentifierAlias('\OC\Files\Storage\Local') // legacy compat
|
||||
->setStorageClass('\OC\Files\Storage\Local')
|
||||
->setText($l->t('Local'))
|
||||
->setText($l->t('Local (server storage)'))
|
||||
->addParameters([
|
||||
new DefinitionParameter('datadir', $l->t('Location')),
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue