Skip to content

Commit

Permalink
Fix lint errors (#196)
Browse files Browse the repository at this point in the history
* prettier
  • Loading branch information
kate-kazantseva authored Oct 28, 2024
1 parent 9428767 commit 0ac04e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,15 +514,17 @@ export const completeOptionsMessages = defineMessages(
},
functionalLabel: {
defaultMessage: 'Functional',
description: 'Text for functional purposes in CompleteOptions view state.',
description:
'Text for functional purposes in CompleteOptions view state.',
},
analyticsLabel: {
defaultMessage: 'Analytics',
description: 'Text for analytics purposes in CompleteOptions view state.',
},
advertisingLabel: {
defaultMessage: 'Advertising',
description: 'Text for advertising purposes in CompleteOptions view state.',
description:
'Text for advertising purposes in CompleteOptions view state.',
},
saleOfInfoLabel: {
defaultMessage: 'SaleOfInfo',
Expand Down

0 comments on commit 0ac04e3

Please sign in to comment.