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.']))