diff options
| author | Ruin0x11 <ipickering2@gmail.com> | 2020-05-04 00:09:33 -0700 |
|---|---|---|
| committer | Ruin0x11 <ipickering2@gmail.com> | 2020-05-04 00:09:33 -0700 |
| commit | e6bf102bc03504d9abc584f15da70a5fed7fa950 (patch) | |
| tree | 346cbeceeb03185b0fee1c9d96a9e7697726575f /client/html/pool_merge.tpl | |
| parent | d59ecb8e230a55e6875076824723580bd3f4419b (diff) | |
Add list of posts to pools
Diffstat (limited to 'client/html/pool_merge.tpl')
| -rw-r--r-- | client/html/pool_merge.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/pool_merge.tpl b/client/html/pool_merge.tpl index ce0bf92..ea5776a 100644 --- a/client/html/pool_merge.tpl +++ b/client/html/pool_merge.tpl @@ -6,7 +6,7 @@ </li> <li> - <p>Posts between the two pools will be combined. + <p>Posts in the two pools will be combined. Category needs to be handled manually.</p> <%= ctx.makeCheckbox({required: true, text: 'I confirm that I want to merge this pool.'}) %> |