Skip to content

Commit

Permalink
[sc-15200] change CTA to get alerts, manually add corresponding trans…
Browse files Browse the repository at this point in the history
…lation (#951)
  • Loading branch information
kiwansim committed Jul 30, 2024
1 parent d52c802 commit 259fb1a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/src/components/EmailAlertSignup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const BuildingSubscribeWithoutI18n = (props: BuildingSubscribeProps) => {
variant="primary"
size="small"
className="is-full-width"
labelText={i18n._(t`Follow building`)}
labelText={i18n._(t`Get alerts`)}
labelIcon="circlePlus"
onClick={() => {
!isLoggedIn
Expand Down
8 changes: 6 additions & 2 deletions client/src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ msgstr "Find other buildings your landlord might own in NYC:"
#~ msgstr "Find other buildings your landlord might own:"

#: src/components/EmailAlertSignup.tsx:91
msgid "Follow building"
msgstr "Follow building"
#~ msgid "Follow building"
#~ msgstr "Follow building"

#: src/components/Login.tsx:143
msgid "Forgot your password?"
Expand All @@ -800,6 +800,10 @@ msgstr "Get a weekly email alert on complaints, violations, and eviction filings
#~ msgid "Get a weekly email update on complaints, violations, and eviction filings for this building."
#~ msgstr "Get a weekly email update on complaints, violations, and eviction filings for this building."

#: src/components/EmailAlertSignup.tsx:91
msgid "Get alerts"
msgstr "Get alerts"

#: src/components/EmailAlertSignup.tsx:50
#: src/components/EmailAlertSignup.tsx:51
#~ msgid "Get email updates for this building"
Expand Down
8 changes: 6 additions & 2 deletions client/src/locales/es/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ msgstr "Encuentre otros edificios que su dueño pueda tener en NYC:"
#~ msgstr "Find other buildings your landlord might own:"

#: src/components/EmailAlertSignup.tsx:91
msgid "Follow building"
msgstr "Seguir edifico"
#~ msgid "Follow building"
#~ msgstr "Seguir edifico"

#: src/components/Login.tsx:143
msgid "Forgot your password?"
Expand All @@ -805,6 +805,10 @@ msgstr "Reciba por correo electrónico una alerta semanal de las quejas, infracc
#~ msgid "Get a weekly email update on complaints, violations, and eviction filings for this building."
#~ msgstr "Reciba por correo electrónico una actualización semanal de las quejas, infracciones y expedientes de desalojo de este edificio."

#: src/components/EmailAlertSignup.tsx:91
msgid "Get alerts"
msgstr "Recibir alertas"

#: src/components/EmailAlertSignup.tsx:50
#: src/components/EmailAlertSignup.tsx:51
#~ msgid "Get email updates for this building"
Expand Down

0 comments on commit 259fb1a

Please sign in to comment.