adding correct lng-string for disabling ticket-add

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-30 16:06:16 +00:00
parent 0bf05d8bea
commit 422a3b24de
3 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ $header
</if>
<if $countcustomers == 0 >
<tr>
<td class="field_display_border_left" colspan="10"><a href="admin_customers.php?s=$s&amp;page=customers&amp;action=add">{$lng['admin']['domain_nocustomeraddingavailable']}</a></td>
<td class="field_display_border_left" colspan="10"><a href="admin_customers.php?s=$s&amp;page=customers&amp;action=add">{$lng['admin']['ticket_nocustomeraddingavailable']}</a></td>
</tr>
</if>
</table>