BasketsController: remove an 'a'

This commit is contained in:
Thomas Gelf 2018-10-28 10:30:20 +01:00
parent b141bd15ef
commit e7d5b4a40a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class BasketsController extends ActionController
]); ]);
$this->addTitle($this->translate('Configuration Baskets')); $this->addTitle($this->translate('Configuration Baskets'));
$this->content()->add(Html::tag('p', $this->translate( $this->content()->add(Html::tag('p', $this->translate(
'A Configuration Basket references a specific Configuration' 'A Configuration Basket references specific Configuration'
. ' Objects or all objects of a specific type. It has been' . ' Objects or all objects of a specific type. It has been'
. ' designed to share Templates, Import/Sync strategies and' . ' designed to share Templates, Import/Sync strategies and'
. ' other base Configuration Objects. It is not a tool to' . ' other base Configuration Objects. It is not a tool to'