forked from baron/baron-sso
scopes 안내 버튼의 offline_access 접근성 이름 충돌 수정
This commit is contained in:
@@ -463,9 +463,7 @@ describe("ClientGeneralPage RP claims", () => {
|
||||
const guideToggleButton = Array.from(
|
||||
container.querySelectorAll("button"),
|
||||
).find((button) =>
|
||||
(button.getAttribute("aria-label") ?? "").includes(
|
||||
"offline_access 상세 안내 보기",
|
||||
),
|
||||
(button.getAttribute("aria-label") ?? "").includes("상세 안내 보기"),
|
||||
);
|
||||
expect(guideToggleButton).toBeDefined();
|
||||
|
||||
|
||||
@@ -2000,7 +2000,7 @@ function ClientGeneralPage() {
|
||||
aria-expanded={isOfflineAccessGuideOpen}
|
||||
aria-label={t(
|
||||
"ui.dev.clients.general.scopes.offline_access_toggle",
|
||||
"offline_access 상세 안내 보기",
|
||||
"상세 안내 보기",
|
||||
)}
|
||||
>
|
||||
{isOfflineAccessGuideOpen ? (
|
||||
|
||||
@@ -1596,7 +1596,7 @@ description_placeholder = "Description Placeholder"
|
||||
name_placeholder = "e.g. profile"
|
||||
title = "Scopes"
|
||||
offline_access_title = "offline_access scope is required when using refresh tokens."
|
||||
offline_access_toggle = "Show offline_access help"
|
||||
offline_access_toggle = "Show details"
|
||||
|
||||
[ui.dev.clients.general.scopes.table]
|
||||
description = "Scope Description"
|
||||
|
||||
@@ -1595,7 +1595,7 @@ description_placeholder = "권한에 대한 설명"
|
||||
name_placeholder = "e.g. profile"
|
||||
title = "스코프"
|
||||
offline_access_title = "Refresh token 사용 시 offline_access scope가 필요합니다."
|
||||
offline_access_toggle = "offline_access 상세 안내 보기"
|
||||
offline_access_toggle = "상세 안내 보기"
|
||||
|
||||
[ui.dev.clients.general.scopes.table]
|
||||
description = "설명"
|
||||
|
||||
Reference in New Issue
Block a user