diff --git a/frontend/src/components/VMediaInfo/VMediaTags.vue b/frontend/src/components/VMediaInfo/VMediaTags.vue index 12bbefbc210..644c4e47036 100644 --- a/frontend/src/components/VMediaInfo/VMediaTags.vue +++ b/frontend/src/components/VMediaInfo/VMediaTags.vue @@ -21,8 +21,8 @@ >{{ $t( buttonStatus === "show" - ? "mediaDetails.tags.showAll" - : "mediaDetails.tags.seeLess" + ? "mediaDetails.tags.showMore" + : "mediaDetails.tags.showLess" ) }} { const COLLAPSE_BUTTON = (page: Page) => page.getByRole("button", { name: t("mediaDetails.tags.showLess") }) const EXPAND_BUTTON = (page: Page) => - page.getByRole("button", { name: t("mediaDetails.tags.showAll") }) + page.getByRole("button", { name: t("mediaDetails.tags.showMore") }) test("some tags are hidden if there are more than 3 rows", async ({ page }) => { await preparePageForTests(page, "xl", {