'The !use_composer_open recommended way to download any Drupal module!close is with !get_composer_open Composer!close.</a>',
'The !use_composer_open recommended way to add any Drupal module!close is with !get_composer_open Composer!close.</a>',
{
'!close':'</a>',
'!use_composer_open':
@@ -73,9 +73,7 @@
constcomposerExistsText=Drupal.t(
"If you already manage your Drupal application dependencies with Composer, run the following from the command line in your application's Composer root directory",
);
constinfoText=Drupal.t(
'This will download the module to your codebase.',
);
constinfoText=Drupal.t('This will add the module to your codebase.');
constcomposerDontWorkText=Drupal.t(
"Didn't work? !learn_open Learn how to troubleshoot Composer!close",
{
@@ -85,7 +83,7 @@
},
);
constdownloadModuleText=Drupal.t(
'If you cannot use Composer, you may !dl_manually_open download the module manually through your browser!close',
'If you cannot use Composer, you may !dl_manually_open add the module manually through your browser!close',