We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2841586 commit d70236cCopy full SHA for d70236c
cmd/templates.go
@@ -130,8 +130,7 @@ func handlePreviewTemplate(c echo.Context) error {
130
131
// Render the message.
132
if err := m.Render(dummySubscriber, &tpl); err != nil {
133
- return echo.NewHTTPError(http.StatusBadRequest,
134
- app.i18n.Ts("globals.messages.errorFetching", "name"))
+ return echo.NewHTTPError(http.StatusBadRequest, err.Error())
135
}
136
out = m.Body
137
0 commit comments