thecore_backend_commons 3.2.8 → 3.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a877ec156b6810a5c873ddbb929cd22fdc5e49b19c8985ebfc0d5af632b4931c
4
- data.tar.gz: 9936ff7842df645b1b3ec179348224fa7a718ccd797f14b1fb01849fcf5782a8
3
+ metadata.gz: '0648fa1c9a7f76785c830a38e20600d2522815f1dd07711ca43d1b2782a3ab38'
4
+ data.tar.gz: fba8e620b951232f4eae27fe404de33f6d33e9d1f187fd5ad720add8079d1a01
5
5
  SHA512:
6
- metadata.gz: 8c817958ee00e2879490de8de099262bccb5b7d216595d7cd16369471ef03f1da450dcaf21fcd090a36f81aebcf4ff20e77e5cb6a466e46e713d0cdfeab8e22c
7
- data.tar.gz: 1431fd2885496a43672c8beb6fdfc728fe74a65a3ab33beec824c7b26c67d840756366f02cfe38c5a51c72727730e6a24b3bd61122450288ca1a7bfb38c8d457
6
+ metadata.gz: '088d6301217b6754760bcdb1c52b34cc53f8bff2b83d6cb01c8aea1f360a9cf0adbcdcfab38f21a243f7d6375f27e99befaef7d95be128c0f3022963c0cb2989'
7
+ data.tar.gz: 12ecc52dddecc25ba063ce0ab52c6d4f0c92742dd7b6d094b32c8fef0b5c503018113c328bd6a4407a24b9c2d3058e4e1524d1748e6033755a1261dd9948d177
@@ -2,18 +2,18 @@ en:
2
2
  devise:
3
3
  failure:
4
4
  user:
5
- invalid: Incorrect login credentials.
6
- not_found_in_database: Incorrect login credentials.
5
+ invalid: Invalid credentials or password.
6
+ not_found_in_database: Invalid credentials or password.
7
7
  mailer:
8
8
  password_changed_instructions:
9
- greeting: Welcome %{recipient}!
10
- instruction: We sent you this email to inform about password change.
11
- instruction_2: If you didn't changed password, we ask you to contact our customer service, please.
9
+ greeting: "Hello %{recipient}!"
10
+ instruction: We are sending this email to notify you that your password has been changed.
11
+ instruction_2: If you did not change your password, please contact our customer service immediately.
12
12
  shared:
13
13
  links:
14
14
  sign_out: Log out
15
15
  descriptions:
16
- current_password_needed: (we need your current password to confirm your changes)
17
- leave_blank: (leave blank if you don't want to change it)
16
+ current_password_needed: (your current password is required to confirm changes)
17
+ leave_blank: (leave blank if you do not want to change it)
18
18
  validations:
19
- minimum_length: "%{length} characters minimum"
19
+ minimum_length: "minimum %{length} characters"
@@ -1,3 +1,3 @@
1
1
  module ThecoreBackendCommons
2
- VERSION = "3.2.8".freeze
2
+ VERSION = "3.2.9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_backend_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.8
4
+ version: 3.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni