Index: ActiviteitenOpvolging/ActiviteitenOpvolging/configs/ConfigsLoader.vb =================================================================== diff -u -r1675 -r1676 --- ActiviteitenOpvolging/ActiviteitenOpvolging/configs/ConfigsLoader.vb (.../ConfigsLoader.vb) (revision 1675) +++ ActiviteitenOpvolging/ActiviteitenOpvolging/configs/ConfigsLoader.vb (.../ConfigsLoader.vb) (revision 1676) @@ -379,7 +379,7 @@ 'Colors users. If _colorsUsers.Count < NumberOfUsers Then - Throw New ConfigurationException($"The colors for the users are not defined or are fewer than the number of users {NumberOfUsers}.") + Throw New ConfigurationException($"The colors for the users are not defined or are fewer than the amount of users {NumberOfUsers}.") End If End Sub