Skip to content

Commit

Permalink
Change string
Browse files Browse the repository at this point in the history
  • Loading branch information
xacobofg committed Aug 17, 2022
1 parent 6d22031 commit fbaf19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/timer.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
// action=start, timer=off, current user is alerady using timer
$ticket_id = PluginActualtimeTask::getTicket(Session::getLoginUserID());
$result = [
'mensage' => __("You are already working on a task in ticket", 'actualtime') . " <a onclick='window.actualTime.showTaskForm(event)' href='/front/ticket.form.php?id=" . $ticket_id . "'>" . $ticket_id . "</a>",
'mensage' => __("You are already working on another ticket task", 'actualtime') . " <a onclick='window.actualTime.showTaskForm(event)' href='/front/ticket.form.php?id=" . $ticket_id . "'>" . $ticket_id . "</a>",
'type' => 'warning',
];
} else {
Expand Down

0 comments on commit fbaf19c

Please sign in to comment.