- Affected App
- WoltLab Suite Forum
Hello, i was translating pharse wbb.acp.bulkProcessing.post.success where i found that:
Code
The chosen action affected {#$affectedPosts} post{if $affectedThreads != 1}s{/if}.{if $affectedPosts > 0}<br />Please make sure to <a href="{*TODO: insert link here*}">“Verify Integrity”</a> afterwards.{/if}
I think it should be like this
Code
The chosen action affected {#$affectedPosts} post{if $affectedPosts != 1}s{/if}.{if $affectedPosts > 0}<br />Please make sure to <a href="{*TODO: insert link here*}">“Verify Integrity”</a> afterwards.{/if}
Am i right :)?