Skip to content

Commit c7903a3

Browse files
authored
Merge pull request #1722 from DKing2222/feature/experimental-snooze-label
feat(frontend): add Experimental badge to snooze setting label
2 parents 852d878 + 8f5bf93 commit c7903a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imap/output_modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)