1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add english strings for #1703

This commit is contained in:
Mike Perham 2014-05-17 20:40:14 -07:00
parent c49e1f9ab7
commit 186c2e424a
2 changed files with 6 additions and 2 deletions

View file

@ -67,3 +67,7 @@ en: # <---- change this to your locale code
Threads: Threads
Jobs: Jobs
Paused: Paused
Stop: Stop
Quiet: Quiet
StopAll: Stop All
QuietAll: Quiet All

View file

@ -5,8 +5,8 @@
<div class="col-sm-4 pull-right">
<form method="POST" style="margin-top: 20px; margin-bottom: 10px;">
<div class="btn-group pull-right">
<button class="btn btn-warn" type="submit" name="quiet" value="1"><%= t('Quiet All') %></button>
<button class="btn btn-danger" type="submit" name="stop" value="1"><%= t('Stop All') %></button>
<button class="btn btn-warn" type="submit" name="quiet" value="1"><%= t('QuietAll') %></button>
<button class="btn btn-danger" type="submit" name="stop" value="1"><%= t('StopAll') %></button>
</div>
</form>
</div>