[chore] Preferences: Fix grammatical error in results_on_new_tab.html (#4909)

This commit is contained in:
benpiano800 2025-06-11 18:51:24 -05:00 committed by GitHub
parent 8888d71ab9
commit e58ed0fdba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
<fieldset>{{- '' -}} <fieldset>{{- '' -}}
<legend id="pref_results_on_new_tab">{{ _('Results on new tabs') }}</legend>{{- '' -}} <legend id="pref_results_on_new_tab">{{ _('Results in new tabs') }}</legend>{{- '' -}}
<p class="value">{{- '' -}} <p class="value">{{- '' -}}
<input type="checkbox" {{- ' ' -}} <input type="checkbox" {{- ' ' -}}
name="results_on_new_tab" {{- ' ' -}} name="results_on_new_tab" {{- ' ' -}}
@ -11,6 +11,6 @@
>{{- ' ' -}} >{{- ' ' -}}
</p>{{- '' -}} </p>{{- '' -}}
<div class="description"> <div class="description">
{{- _('Open result links on new browser tabs') -}} {{- _('Open result links in new browser tabs') -}}
</div>{{- '' -}} </div>{{- '' -}}
</fieldset>{{- '' -}} </fieldset>{{- '' -}}