chore(wired): change "Add network" to "Add profile"
This commit is contained in:
parent
0472c00096
commit
ccb0449d1c
2 changed files with 2 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ impl page::Page<crate::pages::Message> for Page {
|
|||
|
||||
fn header_view(&self) -> Option<cosmic::Element<'_, crate::pages::Message>> {
|
||||
Some(
|
||||
widget::button::standard(fl!("add-network"))
|
||||
widget::button::standard(fl!("add-network", "profile"))
|
||||
.trailing_icon(icon::from_name("window-pop-out-symbolic"))
|
||||
.on_press(Message::AddNetwork)
|
||||
.apply(widget::container)
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ connections-and-profiles = { $variant ->
|
|||
} connections and connection profiles.
|
||||
|
||||
add-network = Add network
|
||||
.profile = Add profile
|
||||
add-vpn = Add VPN
|
||||
airplane-on = Airplane mode is on.
|
||||
cable-unplugged = Cable unplugged
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue