pcm-shared-components 0.0.163 → 0.0.166

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.
@@ -146,7 +146,7 @@ export const GenericDialogWindow = props => {
146
146
  disableEnforceFocus: true,
147
147
  open: open,
148
148
  onClose: closeDialog,
149
- onBackdropClick: "false",
149
+ onBackdropClick: false,
150
150
  maxWidth: dialogSize,
151
151
  fullScreen: dialogSize && !fullWidth ? false : true,
152
152
  fullWidth: fullWidth,
@@ -1076,6 +1076,7 @@
1076
1076
  }
1077
1077
  },
1078
1078
  "login": {
1079
+ "demo_login_message": "Welcome to the PitchCamp demo login page. Please use the following username and password which should already be filled in for you. ",
1079
1080
  "email": "Username/Email",
1080
1081
  "errors": {
1081
1082
  "email-validation": "Invalid email address",
@@ -1076,6 +1076,7 @@
1076
1076
  }
1077
1077
  },
1078
1078
  "login": {
1079
+ "demo_login_message": "Bienvenido a la página de inicio de sesión de demostración de PitchCamp. Utilice el siguiente nombre de usuario y contraseña que ya debe haber completado por usted.",
1079
1080
  "email": "Nombre de usuario/Correo electrónico",
1080
1081
  "errors": {
1081
1082
  "email-validation": "Dirección de correo electrónico no válida",
@@ -1076,6 +1076,7 @@
1076
1076
  }
1077
1077
  },
1078
1078
  "login": {
1079
+ "demo_login_message": "Bienvenue sur la page de connexion démo de PitchCamp. Veuillez utiliser le nom d'utilisateur et mot de passe suivants qui devraient déjà être remplis pour vous.",
1079
1080
  "email": "Nom d'utilisateur/Courriel",
1080
1081
  "errors": {
1081
1082
  "email-validation": "Adresse e-mail invalide",
@@ -26,7 +26,7 @@ i18n // detect user language
26
26
  .init({
27
27
  resources: translationResources,
28
28
  fallbackLng: 'en',
29
- debug: true,
29
+ debug: false,
30
30
  interpolation: {
31
31
  escapeValue: false // not needed for react as it escapes by default
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.163",
3
+ "version": "0.0.166",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {