Skip to content

Commit 0d380cf

Browse files
committed
Fix plugin description
1 parent 5da5f5e commit 0d380cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/Plugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import javax.servlet.ServletContext
1010
class Plugin extends gitbucket.core.plugin.Plugin {
1111
override val pluginId: String = "monitoring"
1212
override val pluginName: String = "Monitoring Plugin"
13-
override val description: String = "Display machine information, resources, processes and GitBucket's log."
13+
override val description: String = "Display machine information, resources, processes, Java information and GitBucket's log."
1414
override val versions: List[Version] = List(new Version("1.0.0"))
1515

1616
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)