Skip to content

Commit 7b00cf9

Browse files
authored
Merge pull request #368 from shuzijun/gradle
fix name
2 parents d88c4b3 + a20dcd6 commit 7b00cf9

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)