From 8e9ddcc5f04aecad14130ab73b8f033245ea0c12 Mon Sep 17 00:00:00 2001 From: Prasetya Aria Wibawa Date: Thu, 17 Feb 2022 08:59:53 +0700 Subject: [PATCH] change label props Signed-off-by: Prasetya Aria Wibawa --- .../org/src/components/Cards/OwnershipCard/OwnershipCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx b/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx index d524c25c51..18dd57cc1d 100644 --- a/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx +++ b/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx @@ -109,7 +109,7 @@ export const OwnershipCard = ({ : setRelationsType('direct') } name="pin" - inputProps={{ 'aria-label': 'Pin Sidebar Switch' }} + inputProps={{ 'aria-label': 'Ownership Type Switch' }} disabled={!isGroup} />