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
|
# Context Pages
|
||||||
|
|
||||||
## About
|
## About
|
||||||
about = About
|
|
||||||
git-description = Git commit {$hash} on {$date}
|
git-description = Git commit {$hash} on {$date}
|
||||||
|
|
||||||
## Operations
|
## Operations
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,7 @@ pub enum ContextPage {
|
||||||
impl ContextPage {
|
impl ContextPage {
|
||||||
fn title(&self) -> String {
|
fn title(&self) -> String {
|
||||||
match self {
|
match self {
|
||||||
Self::About => fl!("about"),
|
Self::About => String::new(),
|
||||||
Self::Operations => fl!("operations"),
|
Self::Operations => fl!("operations"),
|
||||||
Self::Properties => fl!("properties"),
|
Self::Properties => fl!("properties"),
|
||||||
Self::Settings => fl!("settings"),
|
Self::Settings => fl!("settings"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue