diff --git a/README.md b/README.md index 5ec8ca3..1ca4a93 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,9 @@ See [LICENSE](LICENSE) for full details. - **Suyog Tandel** ([@lockedmutex](https://github.com/lockedmutex)) - **Fabrice Bellamy** ([@Lab-8916100448256](https://github.com/Lab-8916100448256)) +> We are looking for new maintainers who can help us with actively maintaining the repository. +> If you are interested, please reach out to us on [Matrix](https://matrix.to/#/%23librekeys:matrix.org) or [Discord](https://discord.gg/6wYBpSHJY2). + ## Package Maintainers - **JetCookies** ([@jetcookies](https://github.com/jetcookies)): Maintainer of the [Nix](https://nixos.org/) package. diff --git a/src/ui/views/config.rs b/src/ui/views/config.rs index ea279d6..b252fb4 100644 --- a/src/ui/views/config.rs +++ b/src/ui/views/config.rs @@ -817,7 +817,7 @@ impl Render for ConfigView { .border_1() .border_color(theme.border) .rounded_xl() - .child(div().text_color(theme.muted_foreground).child("No Content")), + .child(div().text_color(theme.muted_foreground).child("No Device Connected")), theme, ) .into_any_element();