Skip to content

Commit

Permalink
no comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-kazantseva committed Oct 9, 2024
1 parent fa89e06 commit 92ecb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useGetPurposeDescriptionKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const useGetPurposeDescriptionKeys = ({
...allMessages,
[purposeType]: {
id: purposeMessageDescriptionId,
defaultMessage: airgapPurposes[purposeType]?.description, // should be desc
defaultMessage: airgapPurposes[purposeType]?.description,
description: `Translatable description for purpose '${purposeType}'`,
} as DefinedMessage,
};
Expand Down

0 comments on commit 92ecb86

Please sign in to comment.