File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ui/admin/app/components/form/worker/create-worker-led Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default class FormWorkerCreateWorkerLedComponent extends Component {
3838
3939 // =properties
4040 /**
41- * Returns directory creation text for `<Hds::CodeEditor >`.
41+ * Returns directory creation text for `<Hds::CodeBlock >`.
4242 * @type {string }
4343 */
4444 get createConfigText ( ) {
@@ -55,7 +55,7 @@ touch ${this.configFilePath || '<path>'}/pki-worker.hcl`;
5555 }
5656
5757 /**
58- * Returns config creation text for `<Hds::CodeEditor >`. The user will see
58+ * Returns config creation text for `<Hds::CodeBlock >`. The user will see
5959 * different outputs based on if they are using `hcp` or `oss` binaries.
6060 * @type {string }
6161 */
@@ -108,7 +108,7 @@ ${listenerText}
108108
109109 /**
110110 * Returns boundary installation command and start worker server command
111- * for `<Hds::CodeEditor >`.
111+ * for `<Hds::CodeBlock >`.
112112 * @type {string }
113113 */
114114 get installBoundaryText ( ) {
You can’t perform that action at this time.
0 commit comments