Change name from "Google Chat" to Google Chat (Google Workspace only)

pull/1045/head
Louis Lam 2 years ago
parent a6072a0e30
commit f6fc3737fc

@ -1,4 +1,4 @@
import STMP from "./SMTP.vue"
import STMP from "./SMTP.vue";
import Telegram from "./Telegram.vue";
import Discord from "./Discord.vue";
import Webhook from "./Webhook.vue";
@ -23,8 +23,8 @@ import AliyunSMS from "./AliyunSms.vue";
import DingDing from "./DingDing.vue";
import Bark from "./Bark.vue";
import SerwerSMS from "./SerwerSMS.vue";
import Stackfield from './Stackfield.vue';
import GoogleChat from './GoogleChat.vue';
import Stackfield from "./Stackfield.vue";
import GoogleChat from "./GoogleChat.vue";
/**
* Manage all notification form.
@ -58,7 +58,7 @@ const NotificationFormList = {
"Bark": Bark,
"serwersms": SerwerSMS,
"stackfield": Stackfield,
"Google Chat": GoogleChat
}
"Google Chat (Google Workspace only)": GoogleChat
};
export default NotificationFormList
export default NotificationFormList;

Loading…
Cancel
Save