diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2024-04-29 10:40:40 +0200 |
---|---|---|
committer | Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> | 2024-08-06 11:14:07 +0200 |
commit | c221090c86ebadde936fb593c4bb9b54825d12da (patch) | |
tree | c147776df77cd0276d83da351395f4d8aa4e9040 /lib | |
parent | eecc9f328bca382cc3fdb126ab86b16aad176477 (diff) | |
download | nextcloud-server-c221090c86ebadde936fb593c4bb9b54825d12da.tar.gz nextcloud-server-c221090c86ebadde936fb593c4bb9b54825d12da.zip |
fix: unify bundle naming
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/App/AppStore/Bundles/EducationBundle.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php index a08d707b021..83fcf5309ca 100644 --- a/lib/private/App/AppStore/Bundles/EducationBundle.php +++ b/lib/private/App/AppStore/Bundles/EducationBundle.php @@ -10,7 +10,7 @@ class EducationBundle extends Bundle { * {@inheritDoc} */ public function getName() { - return $this->l10n->t('Education Edition'); + return $this->l10n->t('Education bundle'); } /** |