diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 474ac4679..63866c75d 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -9893,7 +9893,7 @@ color: red;
{interval, plural, =1 {1 year ago} other { years ago}}
- jaar geleden
+ {interval, plural, =1 {1 year ago} other { years ago}}
src/app/shared/shared-main/angular/from-now.pipe.ts
7
@@ -9925,7 +9925,7 @@ color: red;
{interval, plural, =1 {1 hour ago} other { hours ago}}
- uur geleden
+ {interval, plural, =1 {1 hour ago} other { hours ago}}
src/app/shared/shared-main/angular/from-now.pipe.ts
11