From 356ee935d1c42a82d5d60fa5eaa8505dab90e12c Mon Sep 17 00:00:00 2001
From: Amin Abdolrezapoor <25235298+amiut@users.noreply.github.com>
Date: Wed, 22 May 2024 15:35:38 +0300
Subject: [PATCH] fix: add missing quote

Co-authored-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com>
---
 src/Infrastructure/Dashboard/TermMeta/TermMetaModule.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Infrastructure/Dashboard/TermMeta/TermMetaModule.php b/src/Infrastructure/Dashboard/TermMeta/TermMetaModule.php
index 974810858..138145a73 100644
--- a/src/Infrastructure/Dashboard/TermMeta/TermMetaModule.php
+++ b/src/Infrastructure/Dashboard/TermMeta/TermMetaModule.php
@@ -183,7 +183,7 @@ private static function degreeMetaFields(): array
                 ),
                 new TermMetaFieldValidationPattern(
                     '^(?:[a-z0-9]{1,3}|$)$',
-                    __('1 to 3 lowercase letters or digits, 'fau-degree-program'),
+                    __('1 to 3 lowercase letters or digits', 'fau-degree-program'),
                 ),
             )),
             new InputTermMetaField(