aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/subscriptions.en.yml
blob: 56a3eddebd24b0d490cca9f63f8b92f86fad5e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
en:
  subscriptions:
    success: "Subscription saved"
    failure: "Invalide subscription"
    new:
      title: "Create your account"
    actions:
      new: "Create an account"
  activemodel:
    models:
      subscription: "account"
    attributes:
      subscription:
        organisation_name: "Organisation"
        user_name: "User full name"
        email: "Email address"
        password: "Password"
        password_confirmation: "Password confirmation"
        current_password: "Actual password"