You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/translations/en.js
+4
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ const en = {
88
88
email: "Email",
89
89
email_change_confirmation_sent: "A confirmation email has been sent to your new email address. Please check your inbox and follow the instructions to complete the process.",
90
90
email_or_username: "Email or Username",
91
+
email_required: 'Email is required.',
91
92
empty_trash: 'Empty Trash',
92
93
empty_trash_confirmation: `Are you sure you want to permanently delete the items in Trash?`,
93
94
emptying_trash: 'Emptying Trash…',
@@ -148,6 +149,8 @@ const en = {
148
149
oss_code_and_content: "Open Source Software and Content",
149
150
password: "Password",
150
151
password_changed: "Password changed.",
152
+
password_required: 'Password is required.',
153
+
password_strength_error: "Password must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one special character.",
151
154
passwords_do_not_match: '`New Password` and `Confirm New Password` do not match.',
0 commit comments