Use 'hyphens' instead of 'dashes' in error string (#11050)
This commit is contained in:
@@ -59,7 +59,7 @@ function CreateDialogInner({passwords}: {passwords: string[]}) {
|
|||||||
() =>
|
() =>
|
||||||
new DisplayableError(
|
new DisplayableError(
|
||||||
_(
|
_(
|
||||||
msg`App password names can only contain letters, numbers, spaces, dashes, and underscores`,
|
msg`App password names can only contain letters, numbers, spaces, hyphens, and underscores`,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
[_],
|
[_],
|
||||||
|
|||||||
Reference in New Issue
Block a user