Skip to content

Commit

Permalink
EPMRPP-84794 || Change case of the filterNames (#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam6ycha authored Sep 11, 2023
1 parent 2949bf1 commit 6fbaac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/common/constants/localization/eventsLocalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const actionMessages = defineMessages({
},
[CREATE_INVITATION_LINK]: {
id: 'EventActions.createInvitationLink',
defaultMessage: 'Create Invitation Link',
defaultMessage: 'Create invitation link',
},
});

Expand Down Expand Up @@ -297,6 +297,6 @@ export const objectTypesMessages = defineMessages({
},
[INVITATION_LINK]: {
id: 'EventObjectTypes.invitationLink',
defaultMessage: 'Invitation Link',
defaultMessage: 'Invitation link',
},
});

0 comments on commit 6fbaac1

Please sign in to comment.