File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1262,7 +1262,7 @@ protected function output() {
12621262 $ reset = '<span class="tooltip_restore" restore_aria_label="Restore default value"><i class="bi bi-arrow-repeat refresh_list reset_default_value_checkbox"></i></span> ' ;
12631263 }
12641264 return '<tr class="general_setting"><td><label class="form-check-label" for="enable_snooze"> ' .
1265- $ this ->trans ('Enable Snooze functionality ' ).'</label></td> ' .
1265+ $ this ->trans ('Enable Snooze functionality ' ).' <span class="badge bg-warning text-dark ms-2"> ' . $ this -> trans ( ' Experimental ' ). ' </span> </label></td> ' .
12661266 '<td><input class="form-check-input" type="checkbox" ' .$ checked .' id="enable_snooze" name="enable_snooze" data-default-value=" ' .(DEFAULT_ENABLE_SNOOZE ? 'true ' : 'false ' ) . '" value="1" /> ' .$ reset .'</td></tr> ' ;
12671267 }
12681268}
You can’t perform that action at this time.
0 commit comments