3
0
Fork 0

fix: tweak wording for batch execution

This commit is contained in:
Lance Edgar 2024-12-15 02:46:22 -06:00
parent 863a8814e1
commit 4e71420781

View file

@ -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()"