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