Skip to content

Commit 10c765c

Browse files
authored
Punctuate notification messages
1 parent 983d7ff commit 10c765c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/xServices/users/usersXService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as TypesGen from "../../api/typesGenerated"
66
import { displaySuccess } from "../../components/GlobalSnackbar/utils"
77

88
export const Language = {
9-
createUserSuccess: "Successfully created user",
9+
createUserSuccess: "Successfully created user.",
1010
}
1111

1212
export interface UsersContext {

0 commit comments

Comments
 (0)