Fix bad copy
parent
de6ebfc341
commit
88a1e3eb4d
|
@ -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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div><!--content-->
|
</div><!--content-->
|
||||||
|
|
Loading…
Reference in New Issue