Updated translation of add block page
This commit is contained in:
parent
234a29722b
commit
2244fe87ba
|
@ -313,11 +313,8 @@ return [
|
|||
'Toggle Dropdown' => 'Toggle Dropdown+',
|
||||
'Cancel' => 'Cancel+',
|
||||
'Save and Add More' => 'Save and Add More+',
|
||||
'editlink.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.+',
|
||||
'editlink.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.+',
|
||||
'editlink.description.3-5' => '',
|
||||
'editlink.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.+',
|
||||
'editlink.description.5-5' => 'The "Heading" button will be replaced with a sub-heading, where the title defines the text on that heading.+',
|
||||
'Click to change link blocks' => 'Click to change link blocks+',
|
||||
'Click for a list of available link blocks' => 'Click for a list of available link blocks+',
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
<div class="form-group col-lg-8 flex justify-around">
|
||||
{{-- <label class='font-weight-bold'>{{__('messages.Blocks')}}</label> --}}
|
||||
<div class="btn-group shadow m-2">
|
||||
<button type="button" id='btnLinkType' class="btn btn-primary rounded-pill" title='Click to change link blocks' data-toggle="modal" data-target="#SelectLinkType">{{__('messages.Select Block')}}
|
||||
<button type="button" id='btnLinkType' class="btn btn-primary rounded-pill" title='{{__('messages.Click to change link blocks')}}' data-toggle="modal" data-target="#SelectLinkType">{{__('messages.Select Block')}}
|
||||
<span class="btn-inner">
|
||||
<i class="bi bi-window-plus"></i>
|
||||
</span>
|
||||
</button>{{infoIcon('Click for a list of available link blocks')}}
|
||||
</button>{{infoIcon(__('messages.Click for a list of available link blocks'))}}
|
||||
|
||||
|
||||
|
||||
|
@ -108,7 +108,7 @@
|
|||
|
||||
<!-- Modal -->
|
||||
<style>.modal-title{color:#000!important;}</style>
|
||||
<x-modal title="{{__('Select Block')}}" id="SelectLinkType">
|
||||
<x-modal title="{{__('messages.Select Block')}}" id="SelectLinkType">
|
||||
|
||||
<div class="d-flex flex-row flex-wrap p-3">
|
||||
|
||||
|
|
Loading…
Reference in New Issue