Skip to content

Commit

Permalink
Fixed issue #11281: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 30, 2016
1 parent c862cd8 commit b547d01
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -22,11 +22,11 @@
</td>
<?php if ($result['result']):?>
<td class="text-success">
<?php echo 'deleted' ; ?>
<?php eT('Deleted'); ?>
</td>
<?php else: ?>
<td class="text-warning">
<?php echo 'could not delete the survey' ; ?>
<?php eT('Error'); ?>
</td>
<?php endif;?>
</tr>
Expand Down

0 comments on commit b547d01

Please sign in to comment.