* Finish task #4966.

This commit is contained in:
Yagami
2018-10-09 11:04:57 +08:00
parent fe8154ed3c
commit 3657f64d05
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -32,9 +32,10 @@ $lang->webhook->date = 'Date';
$lang->webhook->data = 'Data';
$lang->webhook->result = 'Result';
$lang->webhook->typeList[''] = '';
$lang->webhook->typeList['bearychat'] = 'Bearychat';
$lang->webhook->typeList['dingding'] = 'Dingding';
$lang->webhook->typeList['default'] = 'Default';
$lang->webhook->typeList['default'] = 'Others';
$lang->webhook->sendTypeList['sync'] = 'Synchronization';
$lang->webhook->sendTypeList['async'] = 'Asynchronous';