Jérôme Herbinet 2 weeks ago committed by GitHub
commit 2f4aa84dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,7 +28,7 @@ class EducationBundle extends Bundle {
* {@inheritDoc}
*/
public function getName() {
return $this->l10n->t('Education Edition');
return $this->l10n->t('Education bundle');
}
/**

@ -28,7 +28,7 @@ class EducationBundleTest extends BundleBase {
parent::setUp();
$this->bundle = new EducationBundle($this->l10n);
$this->bundleIdentifier = 'EducationBundle';
$this->bundleName = 'Education Edition';
$this->bundleName = 'Education bundle';
$this->bundleAppIds = [
'dashboard',
'circles',

Loading…
Cancel
Save