diff --git a/resources/lang/it.json b/resources/lang/it.json index ed13c5e1..c11cfcb4 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -679,5 +679,8 @@ "min read": "", "Here we post important news that is relevant for everyone.": "", "Back to overview": "", - "An entry in the library of Einundzwanzig.": "" + "An entry in the library of Einundzwanzig.": "", + "Matrix Group": "", + "Matrix-Group": "", + "starts with: lnurl1dp68gurn8gh....": "" } \ No newline at end of file diff --git a/resources/views/navigation-menu.blade.php b/resources/views/navigation-menu.blade.php index bb42089c..9f7b3bb0 100644 --- a/resources/views/navigation-menu.blade.php +++ b/resources/views/navigation-menu.blade.php @@ -58,7 +58,7 @@ @endif - @if(str(request()->route()->getName())->contains('library.')) + @if(str(request()->route()->getName())->contains(['library.', 'article.']))
diff --git a/resources/views/profile/delete-user-form.blade.php b/resources/views/profile/delete-user-form.blade.php index aa690725..364da8e0 100644 --- a/resources/views/profile/delete-user-form.blade.php +++ b/resources/views/profile/delete-user-form.blade.php @@ -26,16 +26,6 @@ {{ __('Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.') }} - -
- - - -
@@ -43,9 +33,9 @@ {{ __('Cancel') }} - {{-- + {{ __('Delete Account') }} - --}} +