Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc65cdba authored by Alexandre Roux's avatar Alexandre Roux
Browse files

change string

parent a918f894
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ export default {
			passwordErrors: [],
			passwordRules: [
				{ message: t(this.appName, 'Incorrect password length: Required length is 8 to 32'), regex: /.{8,32}/ },
				{ message: t(this.appName, 'Backslashes can\'t be used in passwords.'), regex: /^(?!.*\\).*/ },
				{ message: t(this.appName, 'Password has invalid characters.'), regex: /^(?!.*\\).*/ },
			],
			isUsernameAvailable: false,
			processing: false,