Skip to content

Commit 4c6b05a

Browse files
committed
update deps
1 parent 46729ec commit 4c6b05a

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

lib/chuko_web/components/core_components.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule ChukoWeb.CoreComponents do
1212
use Phoenix.Component
1313

1414
alias Phoenix.LiveView.JS
15-
import ChukoWeb.Gettext
15+
use Gettext, backend: Chuko.Gettext
1616

1717
@doc """
1818
Renders a modal.

lib/chuko_web/gettext.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ defmodule ChukoWeb.Gettext do
2020
2121
See the [Gettext Docs](https://hexdocs.pm/gettext) for detailed usage.
2222
"""
23-
use Gettext, otp_app: :chuko
23+
use Gettext.Backend, otp_app: :chuko
2424
end

0 commit comments

Comments
 (0)