diff --git a/changedetectionio/forms.py b/changedetectionio/forms.py index 5d9dafa9..d5eec505 100644 --- a/changedetectionio/forms.py +++ b/changedetectionio/forms.py @@ -738,7 +738,7 @@ class globalSettingsRequestForm(Form): return False class globalSettingsApplicationUIForm(Form): - open_diff_in_new_tab = BooleanField('Open diff page in a new tab', default=True, validators=[validators.Optional()]) + open_diff_in_new_tab = BooleanField("Open 'History' page in a new tab", default=True, validators=[validators.Optional()]) socket_io_enabled = BooleanField('Realtime UI Updates Enabled', default=True, validators=[validators.Optional()]) # datastore.data['settings']['application']..