mirror of
https://github.com/yattee/yattee.git
synced 2025-08-04 01:34:10 +00:00
Localizations fixes
This commit is contained in:
@@ -46,9 +46,9 @@ struct AdvancedSettings: View {
|
||||
#endif
|
||||
} label: {
|
||||
#if os(macOS)
|
||||
let labelText = "Open logs in Finder"
|
||||
let labelText = "Open logs in Finder".localized()
|
||||
#else
|
||||
let labelText = "Share Logs..."
|
||||
let labelText = "Share Logs...".localized()
|
||||
#endif
|
||||
Text(labelText)
|
||||
}
|
||||
|
@@ -45,7 +45,7 @@ struct PopularView: View {
|
||||
refreshControl.endRefreshing()
|
||||
}
|
||||
.onFailure { error in
|
||||
NavigationModel.shared.presentAlert(title: "Could not refresh Trending", message: error.userMessage)
|
||||
NavigationModel.shared.presentAlert(title: "Could not refresh Popular", message: error.userMessage)
|
||||
}
|
||||
}
|
||||
.backport
|
||||
|
Reference in New Issue
Block a user