sumba 1.0.6 → 1.0.8
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/bajo/.dependencies +3 -0
- package/bajo/config.json +1 -2
- package/bajoI18N/resource/en-US.json +1 -1
- package/package.json +1 -1
package/bajo/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"signoutWarning": "You're about to sign out. This means your session will be cleared and you'll be asked for your credential again in case you want to access any protected pages and resources.<br /><br />Are your sure?",
|
|
2
|
+
"signoutWarning": "You\\'re about to sign out. This means your session will be cleared and you\\'ll be asked for your credential again in case you want to access any protected pages and resources.<br /><br />Are your sure?",
|
|
3
3
|
"field": {
|
|
4
4
|
"currentPassword": "Current Password",
|
|
5
5
|
"newPassword": "New Password",
|