@os-team/profile 1.1.9 → 1.1.11
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ Create the `public/locales/en/profile.json` file with the following content:
|
|
|
44
44
|
"updatePasswordModal": {
|
|
45
45
|
"title": "Change your password",
|
|
46
46
|
"button": "Change",
|
|
47
|
-
"success": "Password changed",
|
|
47
|
+
"success": "Password has been changed",
|
|
48
48
|
"currentPassword": {
|
|
49
49
|
"label": "Current password",
|
|
50
50
|
"placeholder": "Enter the current password"
|