diff --git a/components/TempDesignSystem/ShowMoreButton/index.tsx b/components/TempDesignSystem/ShowMoreButton/index.tsx index 7be723fd1..9ac8c57c9 100644 --- a/components/TempDesignSystem/ShowMoreButton/index.tsx +++ b/components/TempDesignSystem/ShowMoreButton/index.tsx @@ -16,8 +16,8 @@ export default function ShowMoreButton({ intent, disabled, showLess, - textShowMore = "Show less", - textShowLess = "Show more", + textShowMore = "Show more", + textShowLess = "Show less", loadMoreData, }: ShowMoreButtonProps) { const intl = useIntl()