diff --git a/frontend/src/components/input/editor/CommandsList.vue b/frontend/src/components/input/editor/CommandsList.vue
index dd80b73df..d4dea8c3a 100644
--- a/frontend/src/components/input/editor/CommandsList.vue
+++ b/frontend/src/components/input/editor/CommandsList.vue
@@ -8,7 +8,7 @@
:class="{ 'is-selected': index === selectedIndex }"
@click="selectItem(index)"
>
-
{{ item.title }}
{{ item.description }}
@@ -27,10 +27,10 @@