Skip to content

Commit

Permalink
fix: test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jan 9, 2025
1 parent 45dbfec commit 5fe95a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modal-tos/ModalToS.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const mockUser = {

const messagesPt = {
'modalToS.dataAuthorization.checkbox.label': 'Li e compreendi a&nbsp;<a>Política de Privacidade</a>',
'modalToS.termsOfService.checkbox.label': 'Li e compreendi o {platformName}&nbsp;<a>Termos e Condições</a>',
'modalToS.honorCode.checkbox.label': 'Li e compreendi o {platformName}&nbsp;<a>Honor Code</a>',
'modalToS.termsOfService.checkbox.label': 'Li e compreendi os <a>Termos e Condições</a>',
'modalToS.honorCode.checkbox.label': 'Li e compreendi o <a>Código de Honra</a>',
'modalToS.acceptance.button': 'Aceito os novos termos de serviço',
};
// eslint-disable-next-line react/prop-types
Expand Down

0 comments on commit 5fe95a0

Please sign in to comment.