Skip to content

Commit 7171a6a

Browse files
chmstlaoneo
andauthored
Fix copy paste in mailtemplate form (#37683)
Co-authored-by: Allon Moritz <[email protected]>
1 parent 060589f commit 7171a6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

administrator/components/com_mails/forms/template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/>
5757
</form>
5858
</field>
59-
<fields name="params" label="COM_CATEGORIES_FIELD_BASIC_LABEL">
59+
<fields name="params" label="COM_MAILS_FIELD_BASIC_LABEL">
6060

6161
<fieldset name="basic">
6262

administrator/language/en-GB/com_mails.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ COM_MAILS_CONFIGURATION="Mail Templates: Options"
1313
COM_MAILS_ERROR_UNHELD_ID="You are not permitted to use that link to directly access that page (Template: %s)."
1414
COM_MAILS_FIELD_ALTERNATIVE_MAILCONFIG_LABEL="Mail Settings"
1515
COM_MAILS_FIELD_ATTACHMENTS_LABEL="Attachments"
16+
COM_MAILS_FIELD_BASIC_LABEL="Options"
1617
COM_MAILS_FIELD_BODY_LABEL="Body"
1718
COM_MAILS_FIELD_FILE_LABEL="File"
1819
COM_MAILS_FIELD_FILENAME_LABEL="Filename"

0 commit comments

Comments
 (0)