Skip to content

Commit 9d0fe62

Browse files
committed
Index text
1 parent c3ef666 commit 9d0fe62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Template/Admin/Queue/index.ctp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ use Cake\Core\Configure;
158158
?>
159159
</ul>
160160

161-
<p><?php echo $this->Html->link(__d('queue', 'Trigger Delayed Job'), ['controller' => 'QueuedJobs', 'action' => 'test']); ?></p>
161+
<p><?php echo $this->Html->link(__d('queue', 'Trigger Delayed Test/Demo Job'), ['controller' => 'QueuedJobs', 'action' => 'test']); ?></p>
162162

163163
</div>
164164
</div>

0 commit comments

Comments
 (0)