Skip to content

Commit

Permalink
change the message error for limit participation reached (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 26, 2023
1 parent bf54673 commit bd09934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
"create_campaign_form.import_cover_image_mobile": "Add a mobile cover",
"create_campaign_form.max_weight": "Max weight",
"create_campaign_form.activate_limit_reach": "Activate reach max",
"error_limit_participation": "Sorry, the maximum number of participants for this campaign has been reached.",
"error_limit_participation": "Sorry, the maximum number of participants for this campaign with this account has been reached",
"create_campaign_form.choose_price": "Choose the price of the publication according to the notoriety of your creators",
"create_campaign_form.followers_min": "Followers min",
"create_campaign_form.followers_max": "Followers max",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"insert_link_validation": "Un nouveau lien attend votre approbation pour",
"insert_link_reject":"Un nouveau lien a été rejeté pour",
"insert_link_accept":"Un nouveau lien a été accepté pour",
"error_limit_participation": "Désolé, le nombre maximal de participants à cette campagne a été atteint.",
"error_limit_participation": "Désolé, le nombre maximal de participants pour cette campagne avec ce compte a été atteint.",
"accept_link":"AdPool a été approuvé",
"more_reason":"Lire la raison >",
"i_understand": "J’ai compris",
Expand Down

0 comments on commit bd09934

Please sign in to comment.