Skip to content

Commit a20dcd6

Browse files
committed
fix name
1 parent cb2d140 commit a20dcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/shuzijun/leetcode/plugin/model/PluginConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class PluginConstant {
2424
/**
2525
* 配置名称
2626
*/
27-
public static final String APPLICATION_CONFIGURABLE_DISPLAY_NAME = "leetcode plugin";
27+
public static final String APPLICATION_CONFIGURABLE_DISPLAY_NAME = "LeetCode Plugin";
2828

2929

3030
public static final String ACTION_PREFIX = "leetcode";

0 commit comments

Comments
 (0)