Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 17, 2024
1 parent a013385 commit fddd92f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/mindwendel_web/templates/layout/app_static.html.heex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<main role="main" class="container" id="main-container">
<%= if Phoenix.Flash.get(@flash, :info) do %>
<p class="alert alert-info" role="alert" phx-click="lv:clear-flash" phx-value-key="info">
<p class="alert alert-info" role="alert">
{Phoenix.Flash.get(@flash, :info)}
</p>
<% end %>
Expand Down
6 changes: 3 additions & 3 deletions priv/gettext/de/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ msgstr "Wie können wir ..."
msgid "Ready?"
msgstr "Fertig?"

#: lib/mindwendel_web/live/brainstorming_live/show.ex:196
#: lib/mindwendel_web/live/brainstorming_live/show.ex:192
#, elixir-autogen, elixir-format
msgid "%{name} - Edit"
msgstr "%{name} - Editieren"

#: lib/mindwendel_web/live/brainstorming_live/show.ex:173
#: lib/mindwendel_web/live/brainstorming_live/show.ex:169
#, elixir-autogen, elixir-format
msgid "%{name} - New Idea"
msgstr "%{name} - Neue Idee"
Expand Down Expand Up @@ -385,7 +385,7 @@ msgstr "Löschen"
msgid "Type the label name"
msgstr "Gebe dem Label einen Namen"

#: lib/mindwendel_web/live/brainstorming_live/show.ex:183
#: lib/mindwendel_web/live/brainstorming_live/show.ex:179
#, elixir-autogen, elixir-format, fuzzy
msgid "%{name} - New Lane"
msgstr "%{name} - Neue Idee"
Expand Down
6 changes: 3 additions & 3 deletions priv/gettext/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ msgstr ""
msgid "Ready?"
msgstr ""

#: lib/mindwendel_web/live/brainstorming_live/show.ex:196
#: lib/mindwendel_web/live/brainstorming_live/show.ex:192
#, elixir-autogen, elixir-format
msgid "%{name} - Edit"
msgstr ""

#: lib/mindwendel_web/live/brainstorming_live/show.ex:173
#: lib/mindwendel_web/live/brainstorming_live/show.ex:169
#, elixir-autogen, elixir-format
msgid "%{name} - New Idea"
msgstr ""
Expand Down Expand Up @@ -384,7 +384,7 @@ msgstr ""
msgid "Type the label name"
msgstr ""

#: lib/mindwendel_web/live/brainstorming_live/show.ex:183
#: lib/mindwendel_web/live/brainstorming_live/show.ex:179
#, elixir-autogen, elixir-format
msgid "%{name} - New Lane"
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletions priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ msgstr ""
msgid "Ready?"
msgstr ""

#: lib/mindwendel_web/live/brainstorming_live/show.ex:196
#: lib/mindwendel_web/live/brainstorming_live/show.ex:192
#, elixir-autogen, elixir-format
msgid "%{name} - Edit"
msgstr ""

#: lib/mindwendel_web/live/brainstorming_live/show.ex:173
#: lib/mindwendel_web/live/brainstorming_live/show.ex:169
#, elixir-autogen, elixir-format
msgid "%{name} - New Idea"
msgstr ""
Expand Down Expand Up @@ -385,7 +385,7 @@ msgstr ""
msgid "Type the label name"
msgstr ""

#: lib/mindwendel_web/live/brainstorming_live/show.ex:183
#: lib/mindwendel_web/live/brainstorming_live/show.ex:179
#, elixir-autogen, elixir-format, fuzzy
msgid "%{name} - New Lane"
msgstr ""
Expand Down

0 comments on commit fddd92f

Please sign in to comment.