Change zip link to txt on Export page
"zip" doesn't really describe what the posts themselves are exported as. "txt" does.
This commit is contained in:
parent
16c856ec27
commit
99489aa920
|
@ -13,7 +13,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>Posts</th>
|
<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.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>
|
||||||
<tr>
|
<tr>
|
||||||
<th>User + Blogs + Posts</th>
|
<th>User + Blogs + Posts</th>
|
||||||
|
|
Loading…
Reference in New Issue