Skip to content

Commit

Permalink
Fix missing column
Browse files Browse the repository at this point in the history
  • Loading branch information
xibman committed Sep 6, 2018
1 parent 6497e84 commit ebc058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export var frenchSurveyStrings = {
timerLimitAll: "Vous avez passé {0} sur {1} sur cette page et {2} sur {3} au total.",
timerLimitPage: "Vous avez passé {0} sur {1} sur cette page.",
timerLimitSurvey: "Vous avez passé {0} sur {1} au total.",
cleanCaption: "Nettoyer"
cleanCaption: "Nettoyer",
clearCaption: "Vider",
removeFileCaption: "Enlever ce fichier"
};
Expand Down

0 comments on commit ebc058d

Please sign in to comment.