Skip to content

Commit

Permalink
Fix typos in NoSpam
Browse files Browse the repository at this point in the history
  • Loading branch information
mrilyew committed Oct 2, 2023
1 parent 569a8e8 commit db8e9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Web/Presenters/templates/NoSpam/Index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<span class="nobold">{_block_params}:</span>
</td>
<td>
<select name="ban_type" id="noSpam-ban-type" style="width: 140px;"
<select name="ban_type" id="noSpam-ban-type" style="width: 140px;">
<option value="1">{_only_rollback}</option>
<option value="2">{_only_block}</option>
<option value="3">{_rollback_and_block}</option>
Expand Down
2 changes: 1 addition & 1 deletion Web/Presenters/templates/NoSpam/Templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<img src="/assets/packages/static/openvk/img/loading_mini.gif" style="width: 40px;">
</div>
<a n:if="!$template->isRollbacked()" id="noSpam-rollback-template-link-{$template->getId()}" onClick="rollbackTemplate({$template->getId()})">{_roll_back}</a>
<span n:attr="style => $template->isRollbacked() ? '' : 'display: none;'" id="noSpam-rollback-template-rollbacked-{$template->getId()}">{roll_backed}</span>
<span n:attr="style => $template->isRollbacked() ? '' : 'display: none;'" id="noSpam-rollback-template-rollbacked-{$template->getId()}">{_roll_backed}</span>
</div>
</td>
</tr>
Expand Down

0 comments on commit db8e9d1

Please sign in to comment.