This commit is contained in:
Stephan Dilly 2021-04-25 14:58:56 +02:00
parent 6c1d9e529b
commit 9a93bfe8d8

View File

@ -330,7 +330,7 @@ impl BlameFileComponent {
) {
(true, Some(file_path), _) => {
format!(
"{} -- {} -- <waiting for blame>",
"{} -- {} -- <calculating.. (who is to blame?)>",
self.title, file_path
)
}