chore(wired): change "Add network" to "Add profile"

This commit is contained in:
Michael Aaron Murphy 2024-09-20 20:39:22 +02:00
parent 0472c00096
commit ccb0449d1c
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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