extract translation for notification type

This commit is contained in:
Philipp Bischoff
2022-01-05 23:57:40 +01:00
parent f8c5015e3f
commit bcc3cec7d6
4 changed files with 4 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ const NotificationFormList = {
"serwersms": SerwerSMS,
"stackfield": Stackfield,
"WeCom": WeCom,
"Google Chat (Google Workspace only)": GoogleChat
"GoogleChat": GoogleChat
};
export default NotificationFormList;