Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ConstDtoValues {
public static String BLOG_SEARCH_SEO_TITLE = "Sample Blog - search results for ";
public static String BLOG_SEARCH_SEO_DESCRIPTION = "Sample blog powered by ButterCMS, showing search results for ";
public static String ALL_BLOGS = "All Blog Posts";
public static String BLOGS_BY_CATEGORY = "Blog Posts By Category";
public static String BLOGS_BY_TAG = "Blog Posts By Tag";
public static String BLOGS_BY_CATEGORY = "Blog Posts by Category";
public static String BLOGS_BY_TAG = "Blog Posts by Tag";
public static String SEARCH_RESULTS = "Search Results";
}