Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #3192 correct typos #96

Conversation

aesraethr
Copy link
Contributor

typos corrected

@@ -157,7 +157,7 @@ class DatabaseManagement extends DispatchSnippet with Loggable {
}
<span style="margin-left:10px">
{
SHtml.ajaxButton("%se reports".format(action.name), { () => action.cleanReports(date) & cancel & updateValue } )
SHtml.ajaxButton("%s reports".format(action.name.charAt(0).toUpper+action.name.substring(1)), { () => action.cleanReports(date) & cancel & updateValue } )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arthur,
Why didn't you use action.name.capitalize ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because i didn't knew this function, changing it right now.

ncharles added a commit that referenced this pull request Jan 18, 2013
@ncharles ncharles merged commit 3b35607 into Normation:branches/rudder/2.5 Jan 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants