Merge pull request #16585 from mmattel/Missing_translation_in_External_storage_back_end
Make string 'SFTP with secret key login' translateable
This commit is contained in:
commit
863139c1e2
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