Combine common and glossary keys

This commit is contained in:
jeffvli
2023-10-28 15:37:19 -07:00
parent 8f48824955
commit 830f453642
15 changed files with 92 additions and 95 deletions
@@ -16,8 +16,8 @@ export const OrderToggleButton = ({ sortOrder, onToggle, buttonProps }: OrderTog
<Tooltip
label={
sortOrder === SortOrder.ASC
? t('glossary.ascending', { postProcess: 'titleCase' })
: t('glossary.descending', { postProcess: 'titleCase' })
? t('common.ascending', { postProcess: 'titleCase' })
: t('common.descending', { postProcess: 'titleCase' })
}
>
<Button