fix: tweak wording for batch execution
This commit is contained in:
parent
863a8814e1
commit
4e71420781
|
@ -25,8 +25,8 @@
|
|||
<b-notification :closable="false">
|
||||
<p class="block">
|
||||
Batch was executed<br />
|
||||
${app.render_time_ago(batch.executed)}
|
||||
by ${batch.executed_by}.
|
||||
${app.render_time_ago(batch.executed)}<br />
|
||||
by ${batch.executed_by}
|
||||
</p>
|
||||
</b-notification>
|
||||
% elif why_not_execute:
|
||||
|
@ -42,7 +42,7 @@
|
|||
% if master.has_perm('execute'):
|
||||
<b-notification type="is-success" :closable="false">
|
||||
<p class="block">
|
||||
Batch can be executed.
|
||||
Batch can be executed
|
||||
</p>
|
||||
<b-button type="is-primary"
|
||||
@click="executeInit()"
|
||||
|
|
Loading…
Reference in a new issue