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:
Thomas Müller 2015-05-28 20:42:08 +02:00
commit 863139c1e2
1 changed files with 1 additions and 1 deletions

View File

@ -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'),