Skip to content
Snippets Groups Projects
Commit af31d7c6 authored by Kris Booghmans's avatar Kris Booghmans Committed by mschudders
Browse files

Issue #3379903: Update strings to be uniform (for translations)

parent 8ee234bc
No related branches found
No related tags found
1 merge request!6Issue #3379903: Update strings to be uniform (for translations)
**/.DS_Store
name: 'Layout Builder extras'
description: 'Extra UI/UX tweaks for Layout Builder.'
package: 'Layout Builder'
name: 'Layout builder extras'
description: 'Extra UI/UX tweaks for layout builder.'
package: 'Layout builder'
type: module
core_version_requirement: ^8.8 || ^9 || ^10
configure: layoutbuilder_extras.settings_form
......
manage layoutbuilder_extras settings:
title: 'Manage Layout builder extras settings'
title: 'Manage layout builder extras settings'
......@@ -87,7 +87,7 @@ class LayoutBuilderExtrasSettingsForm extends ConfigFormBase {
];
$form['contextual_links']['contextual_links_only_lb'] = [
'#type' => 'checkbox',
'#title' => $this->t('Only allow contextual links on Layout Builder'),
'#title' => $this->t('Only allow contextual links on layout builder'),
'#description' => $this->t('You can also configure for which roles the contextual links should still be shown.'),
'#default_value' => $config->get('contextual_links_only_lb') ?? FALSE,
];
......
......@@ -42,7 +42,7 @@ class LayoutBuilderExtrasLayout extends LayoutDefault {
$form['layout_details'] = [
'#type' => 'details',
'#collapsed' => TRUE,
'#title' => $this->t('Change Layout'),
'#title' => $this->t('Change layout'),
'#description' => $this->t('Warning this a permanent change.'),
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment