Commit abda054b1e56e5cdb71c2935700ace410bd3eea4
1 parent
ed7e85cc
Exists in
master
and in
112 other branches
correct message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/AmdaAction.php
@@ -338,7 +338,7 @@ class AmdaAction | @@ -338,7 +338,7 @@ class AmdaAction | ||
338 | if ($disable) | 338 | if ($disable) |
339 | { | 339 | { |
340 | if ($disable == 1) { | 340 | if ($disable == 1) { |
341 | - $info .= "<br/><b>Restricted access</b>"; | 341 | + $info .= "<br/><b>Sorry ! Not finished yet...</b>"; |
342 | } | 342 | } |
343 | else { | 343 | else { |
344 | $disable = false; | 344 | $disable = false; |