Menu cleanup, avoid capitals in strings

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-05-04 20:58:03 +02:00
parent 5f4a9b5b45
commit 2236414a30
32 changed files with 108 additions and 154 deletions

View File

@ -19,7 +19,7 @@ interface IGroupPopoverContainer {
const messages = defineMessages({
title: { id: 'group.popover.title', defaultMessage: 'Membership required' },
summary: { id: 'group.popover.summary', defaultMessage: 'You must be a member of the group in order to reply to this status.' },
action: { id: 'group.popover.action', defaultMessage: 'View Group' },
action: { id: 'group.popover.action', defaultMessage: 'View group' },
});
const GroupPopover = (props: IGroupPopoverContainer) => {