From f536c86049205a45601476a7ce3961378a8f80c9 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Fri, 25 Oct 2024 17:25:42 +0200 Subject: fix(systemtags): translations and etag method casing Signed-off-by: skjnldsv --- lib/private/SystemTag/SystemTag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/SystemTag') diff --git a/lib/private/SystemTag/SystemTag.php b/lib/private/SystemTag/SystemTag.php index be97bed27dd..8c64f2389d0 100644 --- a/lib/private/SystemTag/SystemTag.php +++ b/lib/private/SystemTag/SystemTag.php @@ -66,7 +66,7 @@ class SystemTag implements ISystemTag { /** * {@inheritdoc} */ - public function getEtag(): ?string { + public function getETag(): ?string { return $this->etag; } } -- cgit v1.2.3