浏览代码

fix: Translate chat message delete button properly

unknown 2 月之前
父节点
当前提交
8c624ed035
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/OrderChat.vue

+ 1 - 1
src/components/OrderChat.vue

@@ -33,7 +33,7 @@
            @click.stop>
         <button @click="deleteMessage(contextMenu.msgId)" 
                 class="w-full text-left px-4 py-2.5 text-sm text-rose-500 hover:bg-rose-500/10 font-bold transition-colors flex items-center gap-2">
-          <Trash2 class="w-4 h-4" /> {{ t("admin.actions.delete") }}
+          <Trash2 class="w-4 h-4" /> {{ t("chat.delete") }}
         </button>
       </div>
     </Teleport>