-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Amber Torrise <[email protected]>
- Loading branch information
Amber Torrise
committed
May 22, 2024
1 parent
038f6a5
commit 8894238
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,7 +190,7 @@ Invalid value specified for option: | |
You specified: | ||
[email protected] | ||
The value must match one of the following regular expressions: | ||
The value must match one of the following options: | ||
[ '^[a-zA-Z0-9]+$' ]. | ||
Example: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -309,7 +309,7 @@ Invalid value specified for option: | |
You specified: | ||
[email protected] | ||
The value must match one of the following regular expressions: | ||
The value must match one of the following options: | ||
[ '^[a-zA-Z0-9]+$' ]. | ||
Example: | ||
|