[Fix][UI Next][V1.0.0-Alpha] Alarm Instance console error (#9141)

subscribe-dev-mailing-list
Devosend 2022-03-23 22:05:47 +08:00 committed by GitHub
parent ddfd4a5762
commit d3cbb011c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -1142,7 +1142,8 @@ const security = {
AtMobiles: 'At User Mobiles',
AtUserIds: 'At User Ids',
MsgType: 'Msg Type',
IsAtAll: '@All'
// eslint-disable-next-line quotes
IsAtAll: "{'@'}All"
},
k8s_namespace: {
create_namespace: 'Create Namespace',

View File

@ -1124,12 +1124,16 @@ const security = {
RoomId: '房间',
ToPersonId: '用户',
ToPersonEmail: '用户邮箱',
AtSomeoneInRoom: '@房间中的成员',
// eslint-disable-next-line quotes
AtSomeoneInRoom: "{'@'}房间中的成员",
Destination: '描述',
AtMobiles: '被@人的手机号',
AtUserIds: '被@人的用户ID',
// eslint-disable-next-line quotes
AtMobiles: "被{'@'}人的手机号",
// eslint-disable-next-line quotes
AtUserIds: "被{'@'}人的用户ID",
MsgType: '消息类型',
IsAtAll: '@所有人'
// eslint-disable-next-line quotes
IsAtAll: "{'@'}所有人"
},
k8s_namespace: {
create_namespace: '创建命名空间',