Skip to content

Commit

Permalink
Merge branch 'wizard-ui-save-and-start' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Jan 6, 2025
2 parents 3a315f8 + e1e43d5 commit 1035206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/clients/http/templates/first-time-wizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h4>{{ l10n("bandwidthCommonInternetConnectionSpeeds") }}</h4>
</div>
{% endif %}
</fieldset>
<input type="submit" value="Save">
<input type="submit" value="{{ l10n("finish") }}">
</form>
</div>
<script src="/static/js/firsttimewizard.js"></script>
1 change: 1 addition & 0 deletions src/freenet/l10n/freenet.l10n.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ FirstTimeWizardToadlet.storageLimitDescription=GiB of storage space to Freenet.
FirstTimeWizardToadlet.requirePassword=I want Freenet to require a password when it starts.
FirstTimeWizardToadlet.password=Password:
FirstTimeWizardToadlet.confirmPassword=Confirm password:
FirstTimeWizardToadlet.finish=Finish
FirstTimeWizardToadlet.browserWarningPageTitle=Browser Security Advisory
FirstTimeWizardToadlet.browserWarningShort=You must use a separate browser (or a browser with privacy/incognito mode) for Freenet!
FirstTimeWizardToadlet.browserWarningShortRelativelySafe=You could use privacy mode or a separate browser to improve security
Expand Down

0 comments on commit 1035206

Please sign in to comment.