2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixes lp:1481092 typo in in admin/quotarow.php:499

This commit is contained in:
Adam Zammit
2015-08-04 10:04:31 +10:00
parent ca752d4036
commit f11f231b70
2 changed files with 21 additions and 21 deletions

View File

@@ -496,7 +496,7 @@ if ($questionnaire_id != false)
print "<div class='panel-body'>";
if (empty($rs))
{
print "<h4 class='well text-info'>" . T_("Currently NO Restrictions based on sample records") . " </p>" . T_("This sample will be limited to number of competions set in quota") . " </p>" . T_("Caling cases for this sample will be stopped when the quota is reached") . "</h4>";
print "<h4 class='well text-info'>" . T_("Currently NO Restrictions based on sample records") . " </p>" . T_("This sample will be limited to number of completions set in quota") . " </p>" . T_("Caling cases for this sample will be stopped when the quota is reached") . "</h4>";
}
else
{