Rename ImportComponent -> AddRecordComponent
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
defmodule MusicLibraryWeb.ImportComponent do
|
defmodule MusicLibraryWeb.AddRecordComponent do
|
||||||
use MusicLibraryWeb, :live_component
|
use MusicLibraryWeb, :live_component
|
||||||
|
|
||||||
import MusicLibraryWeb.RecordComponents,
|
import MusicLibraryWeb.RecordComponents,
|
||||||
@@ -236,7 +236,7 @@
|
|||||||
on_cancel={JS.patch(back_path(@record_list_params))}
|
on_cancel={JS.patch(back_path(@record_list_params))}
|
||||||
>
|
>
|
||||||
<.live_component
|
<.live_component
|
||||||
module={MusicLibraryWeb.ImportComponent}
|
module={MusicLibraryWeb.AddRecordComponent}
|
||||||
id={:search}
|
id={:search}
|
||||||
title={@page_title}
|
title={@page_title}
|
||||||
action={@live_action}
|
action={@live_action}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
on_cancel={JS.patch(back_path(@record_list_params))}
|
on_cancel={JS.patch(back_path(@record_list_params))}
|
||||||
>
|
>
|
||||||
<.live_component
|
<.live_component
|
||||||
module={MusicLibraryWeb.ImportComponent}
|
module={MusicLibraryWeb.AddRecordComponent}
|
||||||
id={:search}
|
id={:search}
|
||||||
title={@page_title}
|
title={@page_title}
|
||||||
action={@live_action}
|
action={@live_action}
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ msgstr ""
|
|||||||
msgid "Next"
|
msgid "Next"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/components/import_component.ex:45
|
#: lib/music_library_web/components/add_record_component.ex:45
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "No results"
|
msgid "No results"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -316,7 +316,7 @@ msgstr ""
|
|||||||
msgid "Scrobble activity"
|
msgid "Scrobble activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/components/import_component.ex:92
|
#: lib/music_library_web/components/add_record_component.ex:92
|
||||||
#: lib/music_library_web/live/stats_live/index.html.heex:169
|
#: lib/music_library_web/live/stats_live/index.html.heex:169
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Choose which format to import"
|
msgid "Choose which format to import"
|
||||||
@@ -686,8 +686,8 @@ msgstr ""
|
|||||||
msgid "Adding..."
|
msgid "Adding..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/components/import_component.ex:27
|
#: lib/music_library_web/components/add_record_component.ex:27
|
||||||
#: lib/music_library_web/components/import_component.ex:28
|
#: lib/music_library_web/components/add_record_component.ex:28
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Search for a record"
|
msgid "Search for a record"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
Reference in New Issue
Block a user