Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Nov 22, 2023
1 parent c305644 commit ee435d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Form/FormRepeat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const buttonTooltip = computed(() => {
const deleteTooltip = computed(() => {
return !minRepeats.value
? localize(`Minimum number of ${props.input.title || "Repeat"} not reached`)
? localize(`Minimum number of ${props.input.title || "Repeat"} fields reached`)
: localize(`Click to delete ${props.input.title || "Repeat"} fields`);
});
Expand Down

0 comments on commit ee435d7

Please sign in to comment.