Skip to content

Commit

Permalink
Small Improvements to Content Element
Browse files Browse the repository at this point in the history
  • Loading branch information
MB-Jan committed Feb 9, 2022
1 parent a90b897 commit 91186d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/elements/ikocontent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function __construct() {
function shortcodeData($shortcodes) {
$ikoContentData = $this->getIkoBearerToken();
$values = array(
__( 'Choose your travel inventory', $this->namespace ) => ''
__( 'Select...', $this->namespace ) => ''

);
foreach($ikoContentData as $key => $localValue) {
Expand All @@ -41,7 +41,7 @@ function shortcodeData($shortcodes) {
"type" => "dropdown",
"holder" => "div",
"class" => "",
"heading" => __( "Layout", $this->namespace ),
"heading" => __( "Inventory", $this->namespace ),
"param_name" => "layoutid",
'value' => $values,
"description" => __('Select any of your saved layouts. We strongly recommend to use this block only in full-width content areas and not in columns.', $this->namespace )
Expand Down

0 comments on commit 91186d0

Please sign in to comment.