浏览代码

Update RcGcDb

Markus-Rost 4 年之前
父节点
当前提交
f2ad835c4f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      RcGcDb
  2. 1 1
      dashboard/rcscript.js

+ 1 - 1
RcGcDb

@@ -1 +1 @@
-Subproject commit 77231338479f9c02132118e219787d477df684eb
+Subproject commit b952e6273076b4e4e7883a3e07b1bf83f386e450

+ 1 - 1
dashboard/rcscript.js

@@ -516,7 +516,7 @@ function update_rcscript(res, userSettings, guild, type, settings) {
 								console.log( '- Dashboard: Error while removing the webhook: ' + error );
 							} )
 						} );
-						var text = lang.get('rcscript.dashboard.deleted', `<@${userSettings.user.id}>`, type);
+						var text = lang.get('rcscript.dashboard.removed', `<@${userSettings.user.id}>`, type);
 						text += `\n${lang.get('rcscript.channel')} <#${row.channel}>`;
 						text += `\n${lang.get('rcscript.wiki')} <${row.wiki}>`;
 						text += `\n${lang.get('rcscript.lang')} \`${allLangs.names[row.lang]}\``;