JAMES-2315 Fix typo s/READ MORE POST/READ MORE POSTS/
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/409f9d4f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/409f9d4f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/409f9d4f Branch: refs/heads/master Commit: 409f9d4fc5aa3628ba85fce2f127c34f4b2ddbd0 Parents: 2cb45db Author: benwa <[email protected]> Authored: Tue Jan 30 10:56:50 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Feb 1 17:31:47 2018 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/409f9d4f/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index d0ed810..c17c6af 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -129,7 +129,7 @@ WHAT WILL YOU TRY:</b><br> </section> <footer> <ul class="actions"> - <li><a href="posts.html" class="button">READ MORE POST</a></li> + <li><a href="posts.html" class="button">READ MORE POSTS</a></li> </ul> </footer> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
