diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/webapps/snow/clojurescript/snow/src/core.cljs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/webapps/snow/clojurescript/snow/src/core.cljs b/lisp/webapps/snow/clojurescript/snow/src/core.cljs index 31df968..28d69c9 100644 --- a/lisp/webapps/snow/clojurescript/snow/src/core.cljs +++ b/lisp/webapps/snow/clojurescript/snow/src/core.cljs @@ -755,7 +755,7 @@ (hiccups/defhtml template-octopus-qrs-lsrs-redeploy [jsonobj] [:h3 {:style "text-align: center"} "Redeploy Queue Retry Service and Log Streaming Retry Service to a single target in the specified environment."] - [:h5 {:style "text-align: center"} "The target will be chosen at random. The purpose of this tool is to clear the octopus deployment log. For this purpose the choice of target is unimportant."] + [:h5 {:style "text-align: center"} "The target will be chosen at random. The purpose of this tool is to truncate the octopus deployment log. For this purpose the choice of target is unimportant."] [:div {:id "content"}] [:div {:id "results-submit-ack"}] [:div {:id "results-submit"}] |
