X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/55c8f6a2bce9518c28337b18823b8300d1875ab8..aa9a80e15526b4b70cdf8360e35a0d44de43cf66:/mobile/time_delete.php?ds=sidebyside diff --git a/mobile/time_delete.php b/mobile/time_delete.php index e9f0e223..c9602b4e 100644 --- a/mobile/time_delete.php +++ b/mobile/time_delete.php @@ -57,7 +57,7 @@ if ($request->isPost()) { $uncompleted = ($time_rec['duration'] == '0:00'); if ($user->isDateLocked($item_date) && !$uncompleted) - $err->add($i18n->getKey('error.period_locked')); + $err->add($i18n->getKey('error.range_locked')); if ($err->no()) {