1
0
mirror of git://jb55.com/damus synced 2024-09-19 19:46:51 +00:00

actionbar: rename accessibility label boosts to reposts

This commit is contained in:
William Casarin 2023-06-23 11:45:18 +02:00
parent ced028755c
commit e6b8e39106

View File

@ -62,7 +62,7 @@ struct EventActionBar: View {
self.show_repost_action = true
}
}
.accessibilityLabel(NSLocalizedString("Boosts", comment: "Accessibility label for boosts button"))
.accessibilityLabel(NSLocalizedString("Reposts", comment: "Accessibility label for boosts button"))
Text(verbatim: "\(bar.boosts > 0 ? "\(bar.boosts)" : "")")
.font(.footnote.weight(.medium))
.foregroundColor(bar.boosted ? Color.green : Color.gray)