From 81127f95aa44f8f97d4ad8602f0e44244a4a937c Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Thu, 14 May 2020 08:31:56 +0000 Subject: [PATCH] Fixed error and spelling --- resources/lang/en/plugin-page.php | 2 +- resources/views/plugin-page.blade.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/plugin-page.php b/resources/lang/en/plugin-page.php index 463c6097a..bb0699b85 100644 --- a/resources/lang/en/plugin-page.php +++ b/resources/lang/en/plugin-page.php @@ -67,7 +67,7 @@ return [ "edge.10" => "Type \"https://metager.org\" in field \"Webaddress\" and click on \"+\"", "edge.11" => "Delete all entries which should not be opened at start (for example \"about:start\") by click on \"x\"", - 'safari.1' => 'We are sorry. Safari doesn´t accept wether the "Glims plugin" nore the "OpenSearch for Safari plugin" furthermore. At this time there is no way to install alternative search engines for Safari webbrowser.', + 'safari.1' => 'We are sorry. Safari doesn´t accept neither the "Glims plugin" nor the "OpenSearch for Safari plugin" anymore. At this time there is no way to install alternative search engines for Safari webbrowser.', "vivaldi.1" => "Click the red logo \"Vivaldi\" at the top left of your web browser. Then select \"Tools / Preferences\"", "vivaldi.2" => "Within the new menu choose \"search\"", diff --git a/resources/views/plugin-page.blade.php b/resources/views/plugin-page.blade.php index 15bfc51b6..61e51fce9 100644 --- a/resources/views/plugin-page.blade.php +++ b/resources/views/plugin-page.blade.php @@ -16,6 +16,8 @@ {{ trans('plugin-page.head.4') }} @elseif ($browser === 'Edge') {{ trans('plugin-page.head.5') }} + @elseif ($browser === 'Safari') + {{ trans('plugin-page.head.6') }} @elseif ($browser === 'Vivaldi') {{ trans('plugin-page.head.7') }} @else -- GitLab