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

Commit ef48902

Browse files
Change message
1 parent 4852798 commit ef48902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EhTagApi/Controllers/DatabaseController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private void _Commit(Namespace @namespace, string k, Record o, Record n, User us
5252
else if (n is null)
5353
verb = "删除";
5454

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

0 commit comments

Comments
 (0)