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 +4 -4
- data/config/locales/en.devise.custom.yml +8 -8
- data/lib/thecore_backend_commons/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0648fa1c9a7f76785c830a38e20600d2522815f1dd07711ca43d1b2782a3ab38'
|
|
4
|
+
data.tar.gz: fba8e620b951232f4eae27fe404de33f6d33e9d1f187fd5ad720add8079d1a01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
6
|
-
not_found_in_database:
|
|
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:
|
|
10
|
-
instruction: We
|
|
11
|
-
instruction_2: If you
|
|
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: (
|
|
17
|
-
leave_blank: (leave blank if you
|
|
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
|
|
19
|
+
minimum_length: "minimum %{length} characters"
|