onboarding_steps: Update button text of onboarding modals to "Got it".

Changing the button text of one-time modals to introduce the recent and
inbox view to say "Got it" rather than "Continue" helps reinforce the 
vocabulary we're using "Got it" = dismiss one-time content forever.
This commit is contained in:
Prakhar Pratyush
2024-07-24 00:58:59 +05:30
committed by GitHub
parent 304d948416
commit f586366272
2 changed files with 2 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ export function show(): void {
dialog_widget.launch({
html_heading: $t_html({defaultMessage: "Welcome to your <b>inbox</b>!"}),
html_body,
html_submit_button: $t_html({defaultMessage: "Continue"}),
html_submit_button: $t_html({defaultMessage: "Got it"}),
on_click() {
// Do nothing
},