Skip to content

Codepreview demo commit #304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion web/src/main/scala/net/wiringbits/I18nMessages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class I18nMessages(_lang: I18nLang) {
def aboutPage = "About page"
def projectDetails = "Add details about the project"
def dashboardPage = "Dashboard page"
def homePage = "Home page"
def homePage = "Home page | Preview demo"
def landingPageContent = "The landing page content goes here"

def verifyYourEmailAddress = "Verify your email address"
Expand Down