diff --git a/lib/music_library_web/live/artist_live/show.html.heex b/lib/music_library_web/live/artist_live/show.html.heex index 0c5d7757..792e1830 100644 --- a/lib/music_library_web/live/artist_live/show.html.heex +++ b/lib/music_library_web/live/artist_live/show.html.heex @@ -17,13 +17,14 @@ -
+ {gettext("Biography")} {render_bio(artist_info.bio)} -
-
+ +
{gettext("Biography not available")}
diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index ad308b9e..d0312729 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -51,7 +51,7 @@ msgid "Choose a value" msgstr "" #: lib/music_library_web/components/layouts/app.html.heex:13 -#: lib/music_library_web/live/artist_live/show.html.heex:32 +#: lib/music_library_web/live/artist_live/show.html.heex:33 #: lib/music_library_web/live/collection_live/index.ex:77 #: lib/music_library_web/live/collection_live/show.ex:102 #: lib/music_library_web/live/collection_live/show.ex:119 @@ -328,7 +328,7 @@ msgid "Welcome to your Music Library" msgstr "" #: lib/music_library_web/components/layouts/app.html.heex:19 -#: lib/music_library_web/live/artist_live/show.html.heex:70 +#: lib/music_library_web/live/artist_live/show.html.heex:71 #: lib/music_library_web/live/wishlist_live/index.ex:75 #: lib/music_library_web/live/wishlist_live/show.ex:102 #, elixir-autogen, elixir-format @@ -478,13 +478,13 @@ msgid "Dev dashboard" msgstr "" #: lib/music_library_web/live/artist_live/show.ex:53 -#: lib/music_library_web/live/artist_live/show.html.heex:27 +#: lib/music_library_web/live/artist_live/show.html.heex:28 #, elixir-autogen, elixir-format msgid "Biography not available" msgstr "" -#: lib/music_library_web/live/artist_live/show.html.heex:50 -#: lib/music_library_web/live/artist_live/show.html.heex:88 +#: lib/music_library_web/live/artist_live/show.html.heex:51 +#: lib/music_library_web/live/artist_live/show.html.heex:89 #, elixir-autogen, elixir-format msgid "View details" msgstr "" @@ -493,3 +493,8 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Number of scrobbles" msgstr "" + +#: lib/music_library_web/live/artist_live/show.html.heex:24 +#, elixir-autogen, elixir-format +msgid "Biography" +msgstr ""