pub fn truncate_modal_text(text: &str, max_chars: usize) -> String
Truncate modal body text to max_chars characters, appending … only when truncation actually happened so shortened text never reads as complete.
max_chars
…