Skip to content

Commit 02fc392

Browse files
rhcarvalhoagonzalezro
authored andcommitted
Remove extra newline in errors.pot from installer template (phoenixframework#5657)
After creating a new project, running `mix gettext.extract --merge` would remove that line anyway, causing an unnecessary change.
1 parent 28eb35e commit 02fc392

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

installer/templates/phx_gettext/errors.pot

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
## Run `mix gettext.extract` to bring this file up to
88
## date. Leave `msgstr`s empty as changing them here has no
99
## effect: edit them in PO (`.po`) files instead.
10-
<%= if @ecto do %>
11-
## From Ecto.Changeset.cast/4
10+
<%= if @ecto do %>## From Ecto.Changeset.cast/4
1211
msgid "can't be blank"
1312
msgstr ""
1413

0 commit comments

Comments
 (0)