Skip to content

Commit

Permalink
sprintfix: 修复抑制文案缺失的问题 (fixed TencentBlueKing#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Sep 10, 2022
1 parent bd1a9e2 commit af0716c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/subscription/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def create_task(
"msg": _(
"当前{category_alias}({bk_obj_name} 级)"
"已被优先级更高的{suppressed_by_category_alias}【{suppressed_by_name}(ID: {suppressed_by_id})】"
"({suppressed_by_obj_name} 级)抑制"
).format(
category_alias=models.Subscription.CATEGORY_ALIAS_MAP[result["category"]],
bk_obj_name=constants.CmdbObjectId.OBJ_ID_ALIAS_MAP.get(
Expand Down

0 comments on commit af0716c

Please sign in to comment.