From 0aaad02cbdc89babdec4c48386188d094a78cba2 Mon Sep 17 00:00:00 2001 From: khanhtc1202 Date: Fri, 13 Sep 2024 13:49:58 +0900 Subject: [PATCH] Fix words mismatched with images Signed-off-by: khanhtc1202 --- docs/userguide/cicd/working-with-pipecd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/cicd/working-with-pipecd.md b/docs/userguide/cicd/working-with-pipecd.md index 31d48c82..40689d93 100644 --- a/docs/userguide/cicd/working-with-pipecd.md +++ b/docs/userguide/cicd/working-with-pipecd.md @@ -106,7 +106,7 @@ This directory includes: Access [localhost:8080/applications?project=quickstart](http://localhost:8080/applications?project=quickstart) to create a new application. -Click the `+App` button as shown below: +Click the `+ADD` button as shown below: ![](../../resources/userguide/cicd/pipecd/pipecd-add-new-app.png) @@ -115,7 +115,7 @@ From the `ADD FROM SUGGESTIONS` form, select value from selection box to registe ![](../../resources/userguide/cicd/pipecd/pipecd-new-app-info.png) -Click `Save` in the form and confirmation box, and your app will be registered successfully and ready to go. +Click `SAVE` in the form and confirmation box, and your app will be registered successfully and ready to go. ![](../../resources/userguide/cicd/pipecd/pipecd-add-app-done.png)