gui(settings): use consistent case

This commit is contained in:
Michael Mallan 2025-03-21 13:44:39 +00:00
parent e99b1f85e3
commit f024b2d59c
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -107,7 +107,7 @@ pub fn list(cache: &Cache, is_remote_backend: bool) -> Element<Message> {
);
let import_export = settings_section(
"Import/export",
"Import/Export",
None,
icon::wallet_icon(),
Message::Settings(SettingsMessage::ImportExportSection),
@ -186,7 +186,7 @@ pub fn import_export<'a>(cache: &'a Cache, warning: Option<&Error>) -> Element<'
);
let export_wallet = settings_section(
"Back Up Wallet",
"Back up wallet",
None,
icon::backup_icon(),
Message::Settings(SettingsMessage::ExportWallet),