From e58c248579317e58457de64586e751b4ee1fd1ea Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 19 Apr 2023 13:10:13 +0200 Subject: [PATCH] fix translations for notifications service --- services/notifications/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notifications/Makefile b/services/notifications/Makefile index b64d1a6f53..20063cecab 100644 --- a/services/notifications/Makefile +++ b/services/notifications/Makefile @@ -44,7 +44,7 @@ l10n-push: .PHONY: l10n-read l10n-read: $(GO_XGETTEXT) - go-xgettext -o $(OUTPUT_DIR)/notifications.pot --keyword=Template --add-comments -s pkg/email/l10n/templates.go + go-xgettext -o $(OUTPUT_DIR)/notifications.pot --keyword=Template --add-comments -s pkg/email/templates.go .PHONY: l10n-write l10n-write: