Fix bad copy

pull/2077/head
digital-gnome 2017-12-17 22:29:56 -05:00
parent de6ebfc341
commit 88a1e3eb4d
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ if ( canEdit( 'Events' ) ) {
}
}
?>
<button value="<?php echo translate('Reset') ?>" onclick="resetFilter( this );"><?php echo translate('Delete') ?></button>
<button value="<?php echo translate('Reset') ?>" onclick="resetFilter( this );"><?php echo translate('Reset') ?></button>
</div>
</form>
</div><!--content-->