Skip to content

Commit

Permalink
fix(APProch): Améliore le wording du bouton CTA des besoins provenant…
Browse files Browse the repository at this point in the history
… d'APProch. ref #923
  • Loading branch information
raphodn committed Mar 18, 2024
1 parent 6bc052b commit 9844546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/tenders/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ def questions_list(self):
@cached_property
def external_link_title(self) -> str:
if self.is_partner_approch:
return "Ça m'intéresse"
return "Accéder"
elif self.kind == tender_constants.KIND_TENDER:
return "Voir l'appel d'offres"
return "Lien partagé"
Expand Down

0 comments on commit 9844546

Please sign in to comment.