Remove about heading
This commit is contained in:
parent
b39c845456
commit
d8fb62255f
2 changed files with 1 additions and 2 deletions
|
|
@ -39,7 +39,6 @@ size = Size
|
|||
# Context Pages
|
||||
|
||||
## About
|
||||
about = About
|
||||
git-description = Git commit {$hash} on {$date}
|
||||
|
||||
## Operations
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ pub enum ContextPage {
|
|||
impl ContextPage {
|
||||
fn title(&self) -> String {
|
||||
match self {
|
||||
Self::About => fl!("about"),
|
||||
Self::About => String::new(),
|
||||
Self::Operations => fl!("operations"),
|
||||
Self::Properties => fl!("properties"),
|
||||
Self::Settings => fl!("settings"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue