Merge pull request #335 from vomitcuddle/image_hash_ban_patch
[image_hash_ban] Fix confusing button label
This commit is contained in:
commit
ff330d542d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class ImageBanTheme extends Themelet {
|
||||||
<input type='hidden' name='hash' value='{$image->hash}'>
|
<input type='hidden' name='hash' value='{$image->hash}'>
|
||||||
<input type='hidden' name='image_id' value='{$image->id}'>
|
<input type='hidden' name='image_id' value='{$image->id}'>
|
||||||
<input type='text' name='reason'>
|
<input type='text' name='reason'>
|
||||||
<input type='submit' value='Ban and Delete'>
|
<input type='submit' value='Ban Hash and Delete Image'>
|
||||||
</form>
|
</form>
|
||||||
";
|
";
|
||||||
return $html;
|
return $html;
|
||||||
|
|
Reference in a new issue