mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
This commit is contained in:
committed by
GitHub
parent
341eb4fb8d
commit
9e2f9e0324
@@ -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..
|
||||
|
||||
Reference in New Issue
Block a user