Skip to content

Commit

Permalink
fix: Add missing translation for crowdin events - MEED-6860 - Meeds-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
AzmiTouil committed May 30, 2024
1 parent 43686cb commit ba65d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gamification.event.description.suggestionApproved=User translation is approved
gamification.event.title.suggestionDisapproved=Approval is removed
gamification.event.title.approveSuggestion=Approve Translation
gamification.event.description.approveSuggestion=Approve a translation
gamification.event.title.disapproveSuggestion=Disapprove a translation

gamification.event.form.project=Project
gamification.event.form.project.placeholder=Select project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function getWebHookDirectories(projectId, offset, limit) {
if (resp?.ok) {
return resp.json();
} else {
throw new Error('Error when getting github webhooks');
throw new Error('Error when getting crowdin webhook directories');
}
});
}
Expand Down

0 comments on commit ba65d0e

Please sign in to comment.