diff --git a/src/strings.rs b/src/strings.rs index 2f2c4e85..705be7b2 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -1,6 +1,6 @@ -pub static TITLE_STATUS: &str = "Status [1]"; +pub static TITLE_STATUS: &str = "Unstaged Changes [1]"; pub static TITLE_DIFF: &str = "Diff"; -pub static TITLE_INDEX: &str = "Index [2]"; +pub static TITLE_INDEX: &str = "Staged Changes [2]"; pub static TAB_STATUS: &str = "Status"; pub static TAB_DIVIDER: &str = " | ";