add a short reminder for data being objective during the walkthrough, fixes #10566 (#10568)

This commit is contained in:
Deeptanshu Sankhwar
2024-12-11 07:06:28 -07:00
committed by GitHub
parent 341eb4fb8d
commit 9e2f9e0324
2 changed files with 2 additions and 1 deletions

View File

@@ -215,7 +215,7 @@ export function uiIntroPoint(context, reveal) {
// reset pane, in case user happened to change it..
context.container().select('.inspector-wrap .panewrap').style('right', '0%');
var addNameString = helpHtml('intro.points.fields_info') + '{br}' + helpHtml('intro.points.add_name');
var addNameString = helpHtml('intro.points.fields_info') + '{br}' + helpHtml('intro.points.add_name') + '{br}' + helpHtml('intro.points.add_reminder');
timeout(function() {
// It's possible for the user to add a name in a previous step..