Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Change message
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Mar 2, 2020
1 parent 4852798 commit ef48902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EhTagApi/Controllers/DatabaseController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private void _Commit(Namespace @namespace, string k, Record o, Record n, User us
else if (n is null)
verb = "删除";

var message = $@"In {@namespace.ToString().ToLower()}: {verb} '{k}'.
var message = $@"{verb} {@namespace.ToString().ToLower()}: '{k}' - '{o.Name.Raw}'.
| | 原始标签 | 名称 | 描述 | 外部链接 |
| --- | -------- | ---- | ---- | -------- |
Expand Down

0 comments on commit ef48902

Please sign in to comment.