Added translation files

This commit is contained in:
2024-05-31 20:49:03 +02:00
parent b63b849218
commit 837b371d9c
3 changed files with 12 additions and 4 deletions

View File

@ -93,7 +93,7 @@ function kompass_print_event_edit_form(?int $event_id = null)
'kompass_print_textbox',
$events_settings,
'events_settings',
['setting' => 'amount_social', 'style' => 'width: 256px', 'type' => 'number', 'value' => null !== $event ? $event->amount_social : 100, 'appendix' => 'Euro<br />' . __('This amount gets added to the selected amount')] );
['setting' => 'amount_social', 'style' => 'width: 256px', 'type' => 'number', 'value' => null !== $event ? $event->amount_social : 100, 'appendix' => 'Euro<br />' . __('This amount gets added to the selected amount', BDP_LV_PLUGIN_SLUG)] );
add_settings_field(
'event_settings_9',