Skip to content

Commit

Permalink
fix: add missing quote
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Bammes <[email protected]>
  • Loading branch information
amiut and tyrann0us authored May 22, 2024
1 parent 9ce23a0 commit 356ee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Dashboard/TermMeta/TermMetaModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 356ee93

Please sign in to comment.