From 1c22092e35a7b7edb81e40bb8d2964637efa0c6f Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Wed, 21 Sep 2016 15:00:46 +0200 Subject: [PATCH] Update staticPages.blade.php --- resources/views/layouts/staticPages.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/staticPages.blade.php b/resources/views/layouts/staticPages.blade.php index 8721e4ff3..d656954b5 100644 --- a/resources/views/layouts/staticPages.blade.php +++ b/resources/views/layouts/staticPages.blade.php @@ -95,7 +95,7 @@ <span class="caret"></span></a> <ul class="dropdown-menu"> @foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties) - <li><a rel="alternate" hreflang="{{$localeCode}}" href="{{LaravelLocalization::getLocalizedURL($localeCode) }}">{{{ $properties['native'] }}} @if($properties['native'] !== "Deutsch") (Beta) @endif</a></li> + <li><a rel="alternate" hreflang="{{$localeCode}}" href="{{LaravelLocalization::getLocalizedURL($localeCode) }}">{{{ $properties['native'] }}}</a></li> @endforeach </ul> </li> -- GitLab