Skip to content

Commit

Permalink
Add missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchois committed Nov 18, 2020
1 parent ff26f78 commit 2665253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"download": "Télécharger ({size})",
"form": {
"file": "Fiche de paie",
"period": "Période",
"file_helper": "Format PDF uniquement"
},
"errors": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/routes/human_resources/pay_slips/_Form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
on:submit|preventDefault="{submit}"
class="px-4 py-3 mb-8 bg-white rounded-lg shadow-md dark:bg-gray-800">
<UsersInput users="{data}" bind:userId />
<MonthsInput label="{'Période'}" bind:date amount="{6}" />
<MonthsInput label={$_('human_resources.pay_slips.form.period')} bind:date amount="{6}" />
<div class="block mt-4 text-sm">
<label class="text-gray-700 dark:text-gray-400">
{$_('human_resources.pay_slips.form.file')}
Expand Down

0 comments on commit 2665253

Please sign in to comment.