Change zip link to txt on Export page

"zip" doesn't really describe what the posts themselves are exported as.
"txt" does.
pull/81/head
Matt Baer 6 years ago
parent 16c856ec27
commit 99489aa920
  1. 2
      templates/user/export.tmpl

@ -13,7 +13,7 @@
<tr>
<th>Posts</th>
<td><p class="text-cta"><a href="/me/posts/export.csv">CSV</a></p></td>
<td><p class="text-cta"><a href="/me/posts/export.zip">ZIP</a></p></td>
<td><p class="text-cta"><a href="/me/posts/export.zip">TXT</a></p></td>
</tr>
<tr>
<th>User + Blogs + Posts</th>

Loading…
Cancel
Save