From b8774816f6e78de64164f56cfe70afc750351e55 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:21:07 +0200 Subject: chore(i18n): Spelling of ID Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- lib/private/Share20/Manager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private') diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index bb34468db6e..5457e8024a4 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -762,7 +762,7 @@ class Manager implements IManager { try { $originalShare = $this->getShareById($share->getFullId()); } catch (\UnexpectedValueException $e) { - throw new \InvalidArgumentException($this->l->t('Share does not have a full id')); + throw new \InvalidArgumentException($this->l->t('Share does not have a full ID')); } // We cannot change the share type! @@ -1021,7 +1021,7 @@ class Manager implements IManager { try { $share->getFullId(); } catch (\UnexpectedValueException $e) { - throw new \InvalidArgumentException($this->l->t('Share does not have a full id')); + throw new \InvalidArgumentException($this->l->t('Share does not have a full ID')); } $this->dispatcher->dispatchTyped(new BeforeShareDeletedEvent($share)); -- cgit v1.2.3