Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🎨 fix wording and capitalisation on empty stories screen (#787)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8689
- remove titlecase and switch `posts` to `stories`
  • Loading branch information
kevinansfield authored and aileen committed Jul 20, 2017
1 parent 7bc4c5a commit bbbce8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/templates/posts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
<li class="no-posts-box">
<div class="no-posts">
{{#if showingAll}}
<h3>You Haven't Written Any Posts Yet!</h3>
{{#link-to "editor.new"}}<button type="button" class="gh-btn gh-btn-green gh-btn-lg"><span>Write a new Post</span></button>{{/link-to}}
<h3>You haven't written any stories yet!</h3>
{{#link-to "editor.new"}}<button type="button" class="gh-btn gh-btn-green gh-btn-lg"><span>Write a new Story</span></button>{{/link-to}}
{{else}}
<h3>No posts match the current filter</h3>
{{#link-to "posts.index" (query-params type=null author=null tag=null)}}<button type="button" class="gh-btn gh-btn-lg"><span>Show all posts</span></button>{{/link-to}}
<h3>No stories match the current filter</h3>
{{#link-to "posts.index" (query-params type=null author=null tag=null)}}<button type="button" class="gh-btn gh-btn-lg"><span>Show all stories</span></button>{{/link-to}}
{{/if}}
</div>
</li>
Expand Down

0 comments on commit bbbce8b

Please sign in to comment.