Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/automation/cta_donations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import {
async function verifyDonateCTAShows(window: Page) {
await checkCTAStrings(
window,
tStripped('donateSessionAppealTitle'),
tStripped('donateSessionAppealDescription'),
[tStripped('donateSessionAppealReadMore')],
tStripped('finalAppeal'),
tStripped('finalAppealDescription'),
[tStripped('readMoreCapital')],
);
}

Expand Down
6 changes: 6 additions & 0 deletions tests/automation/enforce_localized_str.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ function getExpectedStringFromKey(
return 'Quit';
case 'donateSessionAppealTitle':
return 'Please Read: A Personal Appeal From Cofounder of Session Chris McCabe';
case 'finalAppealDescription':
return "Your donations have helped, but the Session Technology Foundation (STF) has only received enough funding to support critical operations until the 8th of July. Development has been paused, and without additional funding the STF will shut down, resulting in Session being removed from the app stores and essential services going offline. Please help us secure Session's future.";
case 'readMoreCapital':
return 'Read More';
case 'finalAppeal':
return 'Our Final Appeal: Session is shutting down in 90 days';
case 'donateSessionAppealDescription':
return 'Eight years ago, Session was founded with a mission to restore your privacy. Today, Session faces a funding shortage which puts its very survival at risk. If you’ve ever found value in Session or its mission, please give me a moment of your time and read this appeal.';
case 'donateSessionAppealReadMore':
Expand Down
2 changes: 1 addition & 1 deletion tests/localization/lib
Loading