Skip to content

Commit

Permalink
[UPS-4204] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hirviid committed Nov 4, 2022
1 parent 27498f2 commit 6aa1ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/activity/activity.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function ActivityController (passholder, passholders, bulkSelection, activitySer
text: function () {
return {
title: 'Ben je zeker?',
body: 'Puntent sparen voor ' + controller.passholders.length + ' pashouders?',
body: 'Punten sparen voor ' + controller.passholders.length + ' pashouders?',
submit: 'Punten sparen'
};
}
Expand Down

0 comments on commit 6aa1ff0

Please sign in to comment.