Skip to content

Commit

Permalink
fix(service-account): remove period from description validation error (
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 authored Aug 11, 2021
1 parent e34a650 commit c08519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/localize/locales/en/cmd/serviceaccount.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ one = 'service account name cannot exceed {{.MaxNameLen}} characters'
one = 'invalid service account name "{{.Name}}"; only lowercase letters (a-z), numbers, and "-" are accepted'

[serviceAccount.common.validation.description.error.invalidChars]
one = 'invalid service account description: only alphanumeric characters and "-", ".", "," are accepted.'
one = 'invalid service account description: only alphanumeric characters and "-", ".", "," are accepted'

[serviceAccount.common.validation.description.error.lengthError]
one = 'service account description cannot exceed {{.MaxLen}} characters'
Expand Down

0 comments on commit c08519d

Please sign in to comment.