Skip to content

Commit b072c32

Browse files
committed
mgr/dashboard: Typo in NVMe-oF create service
Typo in the text for the "Unmanaged" option in Create Service. Fixes: https://tracker.ceph.com/issues/69550 Signed-off-by: N Balachandran <[email protected]>
1 parent f992060 commit b072c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<label class="custom-control-label m-0"
246246
for="unmanaged"
247247
i18n>Unmanaged</label>
248-
<cd-help-text i18n>If Unmanaged is selected, the orchestrator will not stop or stop any daemons associated with this service. Placement and all other properties will be ignored.</cd-help-text>
248+
<cd-help-text i18n>If Unmanaged is selected, the orchestrator will not start or stop any daemons associated with this service. Placement and all other properties will be ignored.</cd-help-text>
249249
</div>
250250
</div>
251251
</div>

0 commit comments

Comments
 (0)