Make string 'SFTP with secret key login' translatable
This commit is contained in:
parent
3de945d13d
commit
cdbf472c4d
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ OC_Mount_Config::registerBackend('\OC\Files\Storage\SFTP', [
|
|||
]);
|
||||
|
||||
OC_Mount_Config::registerBackend('\OC\Files\Storage\SFTP_Key', [
|
||||
'backend' => 'SFTP with secret key login',
|
||||
'backend' => (string)$l->t('SFTP with secret key login'),
|
||||
'priority' => 100,
|
||||
'configuration' => array(
|
||||
'host' => (string)$l->t('Host'),
|
||||
|
|
Loading…
Reference in a new issue