mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-15 10:55:23 +02:00
Spelling and grammar corrections
This commit is contained in:
@@ -90,7 +90,7 @@ export const applicationRouter = createTRPCRouter({
|
||||
}
|
||||
throw new TRPCError({
|
||||
code: "BAD_REQUEST",
|
||||
message: "Error to create the application",
|
||||
message: "Error creating the application",
|
||||
cause: error,
|
||||
});
|
||||
}
|
||||
@@ -441,7 +441,7 @@ export const applicationRouter = createTRPCRouter({
|
||||
if (!updateApp) {
|
||||
throw new TRPCError({
|
||||
code: "BAD_REQUEST",
|
||||
message: "Update: Error to update application",
|
||||
message: "Error updating application",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user