Skip to content

Commit

Permalink
Revert "Update message wording"
Browse files Browse the repository at this point in the history
This reverts commit eae1de0.
  • Loading branch information
jbytes1027 committed Jan 9, 2025
1 parent 74d0d5f commit 1ea6fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static IEnumerable<ValidationResult> ValidatePathFieldValue(this Autorout
{
if (autoroute.Path == "/")
{
yield return new ValidationResult(S["Your permalink can't be set to the homepage, please use the homepage feature instead."], new[] { nameof(autoroute.Path) });
yield return new ValidationResult(S["Your permalink can't be set to the homepage, please use the homepage option instead."], new[] { nameof(autoroute.Path) });
}

if (HasInvalidCharacters(autoroute.Path))
Expand Down

0 comments on commit 1ea6fc2

Please sign in to comment.