1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 23:54:06 +02:00

Flextype Core: Shortcodes - general names updates

- [snippet name] to [snippets get]
This commit is contained in:
Awilum
2019-01-30 01:08:16 +03:00
parent 39b3a63000
commit aa8f2c9e45

View File

@@ -71,7 +71,7 @@
<div class="modal-body">
<?= Form::label('shortcode', __('admin_shortcode'), ['for' => 'shortcode']) ?>
<div class="alert alert-dark clipboard" role="alert">
<span id="snippet">[snippet name="<span class="js-snippets-snippet-placeholder"></span>"]</span>
<span id="snippet">[snippets get="<span class="js-snippets-snippet-placeholder"></span>"]</span>
<button class="js-clipboard-btn btn" data-clipboard-target="#snippet">
<?= __('admin_copy') ?>
</button>