fix(audio-applet): Replace hardcoded string with existing fluent key (#1256)
This commit is contained in:
parent
a502720a42
commit
7998dffb5d
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ impl cosmic::Application for Audio {
|
||||||
fl!("output"),
|
fl!("output"),
|
||||||
match sink {
|
match sink {
|
||||||
Some(sink) => sink.to_owned(),
|
Some(sink) => sink.to_owned(),
|
||||||
None => String::from("No device selected"),
|
None => fl!("no-device"),
|
||||||
},
|
},
|
||||||
self.model.sinks(),
|
self.model.sinks(),
|
||||||
Message::OutputToggle,
|
Message::OutputToggle,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue