提交 01479e2b 编写于 作者: S Seiji Sogabe

Merge pull request #607 from arangamani/JENKINS-15732_fix

[Bug fix for JENKINS-15732] - updated correct displayname and descriptio...
......@@ -39,12 +39,12 @@ public class SystemInfoLink extends ManagementLink {
}
public String getDisplayName() {
return Messages.CliLink_DisplayName();
return Messages.SystemInfoLink_DisplayName();
}
@Override
public String getDescription() {
return Messages.CliLink_Description();
return Messages.SystemInfoLink_Description();
}
@Override
......
......@@ -39,12 +39,12 @@ public class SystemLogLink extends ManagementLink {
}
public String getDisplayName() {
return Messages.CliLink_DisplayName();
return Messages.SystemLogLink_DisplayName();
}
@Override
public String getDescription() {
return Messages.CliLink_Description();
return Messages.SystemLogLink_Description();
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册