mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-03-26 19:03:08 +00:00
chore(demo): clarify theme exception
This commit is contained in:
parent
3e14fe7326
commit
c49feb726f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ async fn get_demo_status(State(state): State<DemoState>) -> impl IntoResponse {
|
||||||
vec![
|
vec![
|
||||||
"Cannot delete communities",
|
"Cannot delete communities",
|
||||||
"Cannot delete users",
|
"Cannot delete users",
|
||||||
"Cannot modify instance settings",
|
"Cannot modify instance settings (except instance theme)",
|
||||||
"Data resets periodically"
|
"Data resets periodically"
|
||||||
]
|
]
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue