UI: simplify Qwen labels

This commit is contained in:
Muhammed Mukhthar CM
2026-01-17 20:32:20 +00:00
committed by Peter Steinberger
parent b56b67cdbd
commit 215c395fc2
5 changed files with 16 additions and 16 deletions

View File

@@ -139,7 +139,7 @@ describe("buildAuthChoiceOptions", () => {
expect(options.some((opt) => opt.value === "chutes")).toBe(true);
});
it("includes Qwen Portal auth choice", () => {
it("includes Qwen auth choice", () => {
const store: AuthProfileStore = { version: 1, profiles: {} };
const options = buildAuthChoiceOptions({
store,