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

Commit

Permalink
Tweak message resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ikikko committed May 11, 2014
1 parent 169f132 commit a82c40f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public boolean isApplicable(AbstractProject<?, ?> item) {

@Override
public String getDisplayName() {
return "Notify to Typetalk when the build starts/ends";
return "Notify Typetalk when the build starts/ends";
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<f:textbox />
</f:entry>

<f:entry title="${%Notify when start}" field="notifyStart">
<f:entry title="${%Notify start}" field="notifyStart">
<f:checkbox />
</f:entry>
<f:advanced>
Expand All @@ -25,7 +25,7 @@
</f:entry>
</f:advanced>

<f:entry title="${%Notify when end}" field="notifyEnd">
<f:entry title="${%Notify end}" field="notifyEnd">
<f:checkbox />
</f:entry>
<f:advanced>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div>
<p>
Configure credentials to notify a build result to Typetalk. The credentials is used at a job configure page.
Configure credentials to notify build results to Typetalk. The credentials are used on the job configuration page.
</p>
How to configure credentials is below.
How to configure credentials:
<ol>
<li><a href="https://typetalk.in/my/develop/applications/register" target="_blank">Register new application</a> via Typetalk Developer Application Page. Specify 'Client Credentials' in 'Grant Type'. Other items are optional.</li>
<li>Input 'Client ID' and 'Client Secret' displayed at a registration page. Input any value in 'Name'.</li>
<li><a href="https://typetalk.in/my/develop/applications/register" target="_blank">Register a new application</a> via the Typetalk Developer Application Page. Choose 'Client Credentials' in 'Grant Type'. Other items are optional.</li>
<li>Input the 'Client ID' and 'Client Secret' displayed on the registration page. Input any value in 'Name'.</li>
</ol>
</div>

0 comments on commit a82c40f

Please sign in to comment.