Skip to content

Commit

Permalink
show ime warning in first time wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Jul 23, 2020
1 parent d1b8d1d commit 7c74f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/freenet/clients/http/wizardsteps/BROWSER_WARNING.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void getStep(HTTPRequest request, PageHelper helper) {
} else {
infoboxContent.addChild("p", WizardL10n.l10n("browserWarningSuggestion"));
}
infoboxContent.addChild("p", WizardL10n.l10n("browserImeWarning"));

HTMLNode form = helper.addFormChild(infoboxContent.addChild("p"), ".", "continueForm");
form.addChild("input",
Expand Down

0 comments on commit 7c74f60

Please sign in to comment.