-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
h1 heading now properly renders with the Restroom listing's name, when requesting contact from an existing restroom page. (Translating this heading with one translation string won't work, because dynamic Ruby content won't render properly in a translation string. In this case, the dynamic content is the name of the Restroom entry.)
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
en: | ||
contacts: | ||
new: | ||
request-edit: 'Request Edit for #{@contact.restroom_name} Restroom' | ||
request-edit-for: 'Request Edit for' | ||
restroom: 'Restroom' | ||
contact-title: 'Contact' | ||
leave-this-field-blank: 'Leave this field blank!' |