Skip to content

Commit

Permalink
Add a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Nov 18, 2024
1 parent 4c232b3 commit 56fbe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/dashboard/scores/components/term-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const TermFilter = ( { idSuffix, taxonomy, selected, onChange } ) => {
nullable={ true }
validation={ error && {
variant: "error",
message: __( "Something went wrong", "wordpress-seo" ),
message: __( "Something went wrong.", "wordpress-seo" ),
} }
>
{ isPending && (
Expand Down

0 comments on commit 56fbe7f

Please sign in to comment.