Wording changes
This commit is contained in:
parent
1796b837b5
commit
4b73227645
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ scrubbing](http://sjp.pwn.pl/sjp/;2527372). It is pronounced as *shoorubooru*.
|
||||||
- Pools and pool categories
|
- Pools and pool categories
|
||||||
- Duplicate detection
|
- Duplicate detection
|
||||||
- Post rating and favoriting; comment rating
|
- Post rating and favoriting; comment rating
|
||||||
- Sorting by true chronological order (through source file's last modified time)
|
|
||||||
- Polished UI
|
- Polished UI
|
||||||
- Browser configurable endless paging
|
- Browser configurable endless paging
|
||||||
- Browser configurable backdrop grid for transparent images
|
- Browser configurable backdrop grid for transparent images
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class='file-last-modified-time'>
|
<section class='file-last-modified-time'>
|
||||||
<i class='fa fa-clock-o'></i>Source last modified
|
<i class='fa fa-clock-o'></i>File last modified
|
||||||
<%= ctx.makeRelativeTime(ctx.post.fileLastModifiedTime) %>
|
<%= ctx.makeRelativeTime(ctx.post.fileLastModifiedTime) %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Reference in a new issue