New version v2.3.6
This commit is contained in:
@@ -190,7 +190,7 @@ struct EmailLogView: View {
|
||||
|
||||
private var bottomActions: some View {
|
||||
HStack {
|
||||
Text("\(logs.count) \(logs.count == 1 ? "entry" : "entries")")
|
||||
Text("^[\(logs.count) entry](inflect: true)")
|
||||
.font(.system(size: 13))
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
@@ -327,7 +327,7 @@ struct EmailLogRow: View {
|
||||
// MARK: - Stat Item
|
||||
|
||||
struct EmailStatItem: View {
|
||||
let title: String
|
||||
let title: LocalizedStringKey
|
||||
let value: String
|
||||
let color: Color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user