Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into GH-2015
  • Loading branch information
chosww committed Dec 6, 2023
2 parents e8cd3cb + fbd95be commit 908ea48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Requests/DestroyUserRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function attributes(): array
{
return [
'current_password' => __('current password'),
'organization' => __('organization'),
'organizations' => __('organizations'),
];
}

Expand Down
1 change: 1 addition & 0 deletions app/Http/Requests/StoreEngagementLanguagesRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public function attributes(): array
{
return [
'languages' => __('languages'),
'languages.*' => __('languages'),
];
}
}
1 change: 1 addition & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@
"organization name": "organization name",
"organization name (English)": "organization name (English)",
"organization name (French)": "organization name (French)",
"organizations": "organizations",
"organizations and businesses to work on accessibility projects together.": "organizations and businesses to work on accessibility projects together.",
"Organizations can decide which criteria they would like the participants for a project to have. They then have a choice between:": "Organizations can decide which criteria they would like the participants for a project to have. They then have a choice between:",
"Organization selection criteria": "Organization selection criteria",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@
"organization name": "nom de l’organisation",
"organization name (English)": "",
"organization name (French)": "",
"organizations": "",
"organizations and businesses to work on accessibility projects together.": "les organisations et entreprises afin de travailler ensemble sur des projets relatifs à l’accessibilité.",
"Organizations can decide which criteria they would like the participants for a project to have. They then have a choice between:": "Les organisations peuvent décider des critères qu’elles souhaitent voir figurer parmi les personnes participantes à un projet. Elles ont alors le choix entre :",
"Organization selection criteria": "Critères de sélection des organisations",
Expand Down

0 comments on commit 908ea48

Please sign in to comment.