Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove San Francisco email from ui-components general.json #1571

Merged
merged 7 commits into from
Jul 30, 2021
Merged
2 changes: 1 addition & 1 deletion ui-components/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
},
"errors": {
"alert": {
"badRequest": "¡Oops! Parece que algo salió mal. Por favor, inténtelo de nuevo. \n\nComuníquese con sfhousing.info@sfgov.org si sigue teniendo problemas.",
"badRequest": "¡Oops! Parece que algo salió mal. Por favor, inténtelo de nuevo. \n\nComuníquese con su departamento de vivienda si sigue teniendo problemas.",
"timeoutPleaseTryAgain": "¡Oops! Parece que algo salió mal. Por favor, inténtelo de nuevo."
},
"notFound": {
Expand Down
4 changes: 2 additions & 2 deletions ui-components/src/locales/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
"resendAnEmailTo": "Resend an email to",
"errors": {
"accountConfirmed": "Your account is already confirmed.",
"errorSaving": "Oops! Looks like something went wrong. Please try again. \n\nContact sfhousing.info@sfgov.org if you're still experiencing issues.",
"errorSaving": "Oops! Looks like something went wrong. Please try again. \n\nContact your housing department if you're still experiencing issues.",
"emailInUse": "Email is already in use",
"emailMismatch": "The emails do not match",
"emailNotFound": "Email not found. Please register first.",
Expand All @@ -649,7 +649,7 @@
},
"errors": {
"alert": {
"badRequest": "Oops! Looks like something went wrong. Please try again. \n\nContact sfhousing.info@sfgov.org if you're still experiencing issues.",
"badRequest": "Oops! Looks like something went wrong. Please try again. \n\nContact your housing department if you're still experiencing issues.",
"timeoutPleaseTryAgain": "Oops! Looks like something went wrong. Please try again."
},
"notFound": {
Expand Down
2 changes: 1 addition & 1 deletion ui-components/src/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
},
"errors": {
"alert": {
"badRequest": "Ối! Có vẻ như đã có lỗi xảy ra. Vui lòng thử lại. \n\nLiên lạc với sfhousing.info@sfgov.org nếu quý vị vẫn gặp các sự cố.",
"badRequest": "Ối! Có vẻ như đã có lỗi xảy ra. Vui lòng thử lại. \n\nLiên hệ với bộ phận nhà ở của bạn nếu bạn vẫn gặp sự cố.",
"timeoutPleaseTryAgain": "Ối! Có vẻ như đã có lỗi xảy ra. Vui lòng thử lại."
},
"notFound": {
Expand Down
2 changes: 1 addition & 1 deletion ui-components/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
},
"errors": {
"alert": {
"badRequest": "糟糕!好像出了點問題。請再試一次。\n\n如果仍然遇到問題,請聯絡 sfhousing.info@sfgov.org。",
"badRequest": "糟糕!好像出了點問題。請再試一次。\n\n如果您仍然遇到问题,请联系您的住房部门。",
"timeoutPleaseTryAgain": "糟糕!好像出了點問題。請再試一次。"
},
"notFound": {
Expand Down