mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
backend: modify 1 file
Verified changes: - modify backend/src/api/demo.rs Diffstat: - 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
5caa34d3b4
commit
f9e13e00d6
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