sidebar: change streams unavailable text
This commit is contained in:
parent
6b0c9af07c
commit
11c8a14a22
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ const NoSources = ({ icon, label }: { icon: string; label: string }) => (
|
||||||
const NoWp = () => (
|
const NoWp = () => (
|
||||||
<box vexpand homogeneous>
|
<box vexpand homogeneous>
|
||||||
<box vertical valign={Gtk.Align.CENTER}>
|
<box vertical valign={Gtk.Align.CENTER}>
|
||||||
<NoSources icon="no_sound" label="Audio module unavailable" />
|
<NoSources icon="no_sound" label="Streams module unavailable" />
|
||||||
<label className="no-wp-prompt" label="WirePlumber is required for this module" />
|
<label className="no-wp-prompt" label="WirePlumber is required for this module" />
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</box>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue