Skip to content

Commit ba6f867

Browse files
committed
tweaks to sponsorship row text
1 parent 4aae0da commit ba6f867

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/CollectionPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const CollectionPage: React.FunctionComponent<{
155155
{l10n.formatMessage({
156156
id: "sponsorshipHeading",
157157
defaultMessage:
158-
"This project was sponsored by",
158+
"This project was supported by",
159159
})}
160160
</h1>
161161
{/* Note: the spacing that looks right here really depends on whether there is

src/localization/Code Strings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,5 +436,9 @@
436436
"download.versionInfo": {
437437
"message": "Version {versionNumber} {date}",
438438
"description": "Describes the version of the Bloom software to be downloaded. \"versionNumber\" is the version number of Bloom, e.g. 4.8.3. \"date\" is the date that version was created, e.g. 2020-11-24."
439+
},
440+
"sponsorshipHeading": {
441+
"message": "This project was supported by",
442+
"description": "Example, see the bottom of https://bloomlibrary.org/kyrgyzstan-OkuuKeremet"
439443
}
440444
}

0 commit comments

Comments
 (0)