Merged in fix/label-sync (pull request #2163)
fix: english label sync * fix: english label sync * fix: sync from Lokalise Approved-by: Linus Flood
This commit is contained in:
@@ -107,7 +107,7 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) {
|
||||
})
|
||||
case editProfileErrors.PASSWORD_RETYPE_NEW_REQUIRED:
|
||||
return intl.formatMessage({
|
||||
defaultMessage: "Retype new password is required",
|
||||
defaultMessage: "Confirm your new password",
|
||||
})
|
||||
case editProfileErrors.PASSWORD_CURRENT_REQUIRED:
|
||||
return intl.formatMessage({
|
||||
@@ -115,7 +115,7 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) {
|
||||
})
|
||||
case editProfileErrors.PASSWORD_NEW_NOT_MATCH:
|
||||
return intl.formatMessage({
|
||||
defaultMessage: "Retype new password does not match new password",
|
||||
defaultMessage: "Passwords do not match",
|
||||
})
|
||||
case multiroomErrors.MEMBERSHIP_NO_ONLY_DIGITS:
|
||||
case roomOneErrors.MEMBERSHIP_NO_ONLY_DIGITS:
|
||||
|
||||
Reference in New Issue
Block a user