diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index 6b1e323..df7a875 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -161,20 +161,7 @@ return [ 'Last 7 days' => 'Last 7 days+', 'Last 24 hours' => 'Last 24 hours+', 'Active users:' => 'Active users:+', - - ########Add Link Blade######## - 'Title' => 'Title+', - 'Link' => 'Link*+', - 'Button' => 'Button*+', - 'Required fields' => '* Required fields+', - 'Submit' => 'Submit+', - 'See all links' => 'See all links+', - 'More information' => 'More information+', - 'addli.description.1-5' => 'The "Custom" button allows you to add a custom link, where the text on the button is determined with the link title set above.+', - 'addli.description.2-5' => 'The "Custom_website" button functions similar to the Custom button, with the addition of a function that requests the favicon from the chosen URL and uses it as the button icon.+', - 'addli.description.3-5' => '', - 'addli.description.4-5' => 'The "Space" button will be replaced with an empty space, so buttons could be visually separated into groups. Entering a number between 1-10 in the title section will change the empty space"s distance.+', - 'addli.description.5-5' => 'The "Heading" button will be replaced with a sub-heading, where the title defines the text on that heading.+', + ########Button Editor Blade######## 'Button Editor' => 'Button Editor+', diff --git a/resources/views/studio/add-link.blade.php b/resources/views/studio/add-link.blade.php deleted file mode 100755 index 3e802f0..0000000 --- a/resources/views/studio/add-link.blade.php +++ /dev/null @@ -1,47 +0,0 @@ -@extends('layouts.sidebar') - -@section('content') - -
-{{__('messages.addli.description.1-5')}} -{{__('messages.addli.description.2-5')}} -{{__('messages.addli.description.3-5')}} -{{__('messages.addli.description.4-5')}} -{{__('messages.addli.description.5-5')}} --