Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
sg_mail
Commits
546b86bb
Commit
546b86bb
authored
May 10, 2021
by
Kevin Ditscheid
Browse files
[BUGFIX] Fix language labels
parent
8b912c94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Configuration/TCA/tx_sgmail_domain_model_mail.php
Configuration/TCA/tx_sgmail_domain_model_mail.php
+1
-1
Configuration/TCA/tx_sgmail_domain_model_template.php
Configuration/TCA/tx_sgmail_domain_model_template.php
+1
-1
No files found.
Configuration/TCA/tx_sgmail_domain_model_mail.php
View file @
546b86bb
...
...
@@ -53,7 +53,7 @@ $columns = [
'columns'
=>
[
'sys_language_uid'
=>
[
'exclude'
=>
TRUE
,
'label'
=>
'EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language'
,
'label'
=>
'
LLL:
EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language'
,
'config'
=>
[
'type'
=>
'select'
,
'renderType'
=>
'selectSingle'
,
...
...
Configuration/TCA/tx_sgmail_domain_model_template.php
View file @
546b86bb
...
...
@@ -54,7 +54,7 @@ $columns = [
'columns'
=>
[
'sys_language_uid'
=>
[
'exclude'
=>
TRUE
,
'label'
=>
'EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language'
,
'label'
=>
'
LLL:
EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language'
,
'config'
=>
[
'type'
=>
'select'
,
'renderType'
=>
'selectSingle'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment