Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 76ee167

Browse files
author
Noah Hanjun Lee
authored
Fix the deploy message. (#152)
1 parent b9dc1e9 commit 76ee167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/redux/deployment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const deployToSCM = createAsyncThunk<Deployment, void, { state: {deployme
9393

9494
try {
9595
const deployment = await updateDeploymentStatusCreated(namespace, name, number)
96-
message.info(`Deploy successfully.`, 3)
96+
message.info("It starts to deploy.", 3)
9797

9898
return deployment
9999
} catch(e) {

0 commit comments

Comments
 (0)