backend-plus 2.2.8 → 2.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.
@@ -290,7 +290,7 @@ AppBackend.prototype.i18n.messages.es={
290
290
  username: "usuario",
291
291
  password: "clave",
292
292
  button: "Entrar",
293
- forget: "me olvidé la clave",
293
+ forget: "me olvidé la clave / es mi primer ingreso",
294
294
  userOrPassFail: "usuario o clave incorrecta",
295
295
  lockedFail: "usuario bloqueado",
296
296
  inactiveFail: "el usuario está marcado como inactivo",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for the anti Pareto rule",
4
- "version": "2.2.8",
4
+ "version": "2.2.9",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",