Skip to content

Commit

Permalink
bug(typo) s/minuts/minutes (fixes #94)
Browse files Browse the repository at this point in the history
  • Loading branch information
aheritier committed Nov 28, 2017
1 parent b635fbd commit fb4431c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/Backoffice.scala
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ object Backoffice extends SecureCFPController {
def doResetAndConfigureElasticSearch() = SecuredAction(IsMemberOf("admin")) {
implicit request: SecuredRequest[play.api.mvc.AnyContent] =>
ElasticSearchActor.masterActor ! DoCreateConfigureIndex
Redirect(routes.Backoffice.homeBackoffice()).flashing("success" -> "Deleted and now creating [speakers] and [proposals] indexes. Please force an indexer in one or two minuts.")
Redirect(routes.Backoffice.homeBackoffice()).flashing("success" -> "Deleted and now creating [speakers] and [proposals] indexes. Please force an indexer in one or two minutes.")
}

// If a user is not a member of cfp security group anymore, then we need to delete all its votes.
Expand Down
2 changes: 1 addition & 1 deletion app/views/LeaderboardController/leaderBoard.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="panel panel-default">
<div class="panel-heading">
<h1 class="panel-title"><i class="icon-trophy"></i> Leaderboard</h1>
<small>Stats are computed every 10 minuts</small><br>
<small>Stats are computed every 10 minutes</small><br>
<small><a href="@routes.LeaderboardController.doComputeLeaderBoard()" class="btn btn-sm btn-primary"><i class="icon-compass"></i> Trigger a refresh now</a></small>
</div>

Expand Down

0 comments on commit fb4431c

Please sign in to comment.