[view] Fix log hint text

This commit is contained in:
mmone 2018-08-21 19:06:38 +02:00 committed by GitHub
parent d3a62dad49
commit 78dabe2859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
</div>
</div>
</div>
<label class="control-label">{{ _('The result of the tuning cycle is reported in the terminal.') }}</label>
<label class="control-label">{{ _('The result of the tuning cycle is reported in the message log.') }}</label>
<div class="control-group">
<div class="controls">
<button class="btn btn-block" data-bind="click: startTuning" data-dismiss="modal"><i class="icon-fire"></i> {{ _('Start Tuning') }}</button>