Update en_CA.js

email-send-options-from-account
Moe 2021-06-01 16:18:21 -07:00
parent 9a5e45f325
commit 10f466c4a1
1 changed files with 4 additions and 3 deletions

View File

@ -89,6 +89,7 @@ module.exports = function(s,config,lang){
},
"Presets": {
id: "monSectionPresets",
"section-class": "am_notice am_notice_edit",
"name": lang.Presets,
"color": "purple",
isSection: true,
@ -110,13 +111,13 @@ module.exports = function(s,config,lang){
]
},
{
"fieldType": 'ul',
"fieldType": 'div',
"id": "monitorPresetsSelection",
"class": "mdl-list"
},
{
"fieldType": "btn",
"attribute": `data-toggle="modal" data-target="#schedules"`,
"attribute": `page-open="schedules"`,
"class": `btn-info`,
"btnContent": `<i class="fa fa-clock-o"></i> &nbsp; ${lang['Schedules']}`,
},
@ -3676,7 +3677,7 @@ module.exports = function(s,config,lang){
isAdvanced: true,
"info": [
{
"fieldType": 'ul',
"fieldType": 'div',
"id": "monitor_groups",
"class": "mdl-list"
},