Skip to content

Commit e05a67a

Browse files
update intercom copy (#240)
* update intercom copy * make button one line --------- Co-authored-by: Drew Proebstel <dproebstel@codeforamerica.org>
1 parent 4272912 commit e05a67a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/assets/stylesheets/application.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ ol.with-bullets {
328328
max-width: 21rem;
329329
border-radius: 0.5rem;
330330
box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
331+
white-space: nowrap;
331332
}
332333

333334
.intercom-button-icon {

config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ en:
1616
messages:
1717
blank: Can't be blank.
1818
general:
19-
intercom_chat_with_us: Chat with us
19+
intercom_chat_with_us: Send us a message
2020
continue: Continue
2121
faq: FAQ
2222
return_home: Return to homepage

config/locales/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ es:
1616
messages:
1717
blank: No puede estar en blanco.
1818
general:
19+
intercom_chat_with_us: Send us a message
1920
continue: Continuar
2021
faq: Preguntas frecuentes
2122
return_home: Regresar al inicio

0 commit comments

Comments
 (0)