diff --git a/resources/lang/en/gallery.php b/resources/lang/en/gallery.php index 5f173b6..3701e02 100644 --- a/resources/lang/en/gallery.php +++ b/resources/lang/en/gallery.php @@ -10,6 +10,9 @@ return [ 'back_to_album' => 'Back to :name', 'index_no_results_heading' => 'Start something amazing', 'index_no_results_text' => 'This gallery is currently empty. If you are the owner of this gallery, you can create new albums and upload photos using the :admin_link.', + 'manage_album_link' => 'Manage', + 'manage_album_link_2' => 'Manage Album', + 'open_album_link' => 'Open Album', 'other_albums_description' => 'You may also be interested in the following albums.', 'other_albums_heading' => 'More Albums in :album_name' ]; \ No newline at end of file diff --git a/resources/views/themes/base/admin/create_album.blade.php b/resources/views/themes/base/admin/create_album.blade.php index 287fc49..ee0028d 100644 --- a/resources/views/themes/base/admin/create_album.blade.php +++ b/resources/views/themes/base/admin/create_album.blade.php @@ -19,12 +19,12 @@
{{ csrf_field() }} -
+
- + @if ($errors->has('name')) -