# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  login:
    error: 'Invalid email/password combination'
    success: 'Successfully logged in'

  sessions:
    title: "Login"

    new:
      form-header: "Login form"
      form-send: "Login"