Skip to content

Commit

Permalink
Bug: Deletion date in Admin View is not working #292
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed May 22, 2024
1 parent f9c7601 commit cdbca98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lib/mindwendel_web/live/live_helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule MindwendelWeb.LiveHelpers do
end

def brainstorming_available_until_full_text(brainstorming) do
gettext("Brainstorming will be deleted in %{days}",
gettext("Brainstorming will be deleted %{days}",
days: Brainstorming.brainstorming_available_until(brainstorming)
)
end
Expand Down
10 changes: 5 additions & 5 deletions priv/gettext/de/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,6 @@ msgstr ""
msgid "Update idea"
msgstr ""

#: lib/mindwendel_web/live/live_helpers.ex:32
#, elixir-autogen, elixir-format, fuzzy
msgid "Brainstorming will be deleted in %{days}"
msgstr "Brainstorming wird gelöscht in "

#: lib/mindwendel_web/live/admin/brainstorming_live/edit.html.heex:195
#, elixir-autogen, elixir-format, fuzzy
msgid "Attention: This will delete all ideas in this brainstorming. The brainstorming itself and labels will be left unchanged. This cant be undone."
Expand All @@ -390,3 +385,8 @@ msgstr "Label"
#, elixir-autogen, elixir-format
msgid "Likes"
msgstr "Likes"

#: lib/mindwendel_web/live/live_helpers.ex:32
#, elixir-autogen, elixir-format, fuzzy
msgid "Brainstorming will be deleted %{days}"
msgstr "Brainstorming wird gelöscht %{days}"
10 changes: 5 additions & 5 deletions priv/gettext/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,6 @@ msgstr ""
msgid "Update idea"
msgstr ""

#: lib/mindwendel_web/live/live_helpers.ex:32
#, elixir-autogen, elixir-format
msgid "Brainstorming will be deleted in %{days}"
msgstr ""

#: lib/mindwendel_web/live/admin/brainstorming_live/edit.html.heex:195
#, elixir-autogen, elixir-format
msgid "Attention: This will delete all ideas in this brainstorming. The brainstorming itself and labels will be left unchanged. This cant be undone."
Expand All @@ -389,3 +384,8 @@ msgstr ""
#, elixir-autogen, elixir-format
msgid "Likes"
msgstr ""

#: lib/mindwendel_web/live/live_helpers.ex:32
#, elixir-autogen, elixir-format
msgid "Brainstorming will be deleted %{days}"
msgstr ""
10 changes: 5 additions & 5 deletions priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,6 @@ msgstr ""
msgid "Update idea"
msgstr ""

#: lib/mindwendel_web/live/live_helpers.ex:32
#, elixir-autogen, elixir-format, fuzzy
msgid "Brainstorming will be deleted in %{days}"
msgstr ""

#: lib/mindwendel_web/live/admin/brainstorming_live/edit.html.heex:195
#, elixir-autogen, elixir-format, fuzzy
msgid "Attention: This will delete all ideas in this brainstorming. The brainstorming itself and labels will be left unchanged. This cant be undone."
Expand All @@ -390,3 +385,8 @@ msgstr ""
#, elixir-autogen, elixir-format
msgid "Likes"
msgstr ""

#: lib/mindwendel_web/live/live_helpers.ex:32
#, elixir-autogen, elixir-format, fuzzy
msgid "Brainstorming will be deleted %{days}"
msgstr ""

0 comments on commit cdbca98

Please sign in to comment.