mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Spelling and grammar corrections
This commit is contained in:
@@ -34,7 +34,7 @@ export const createAdmin = async (input: typeof apiCreateAdmin._type) => {
|
||||
if (!newAuth) {
|
||||
throw new TRPCError({
|
||||
code: "BAD_REQUEST",
|
||||
message: "Error to create the user",
|
||||
message: "Error creating the user",
|
||||
});
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ export const createUser = async (input: typeof apiCreateUser._type) => {
|
||||
if (!res) {
|
||||
throw new TRPCError({
|
||||
code: "BAD_REQUEST",
|
||||
message: "Error to create the user",
|
||||
message: "Error creating the user",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user