Update reply button labelling to match the others
This commit is contained in:
parent
98b87a0b20
commit
211ff344fb
|
@ -218,7 +218,8 @@ extension ActionToolbarContainer {
|
||||||
public func configureReply(count: Int, isEnabled: Bool) {
|
public func configureReply(count: Int, isEnabled: Bool) {
|
||||||
let title = ActionToolbarContainer.title(from: count)
|
let title = ActionToolbarContainer.title(from: count)
|
||||||
replyButton.setTitle(title, for: .normal)
|
replyButton.setTitle(title, for: .normal)
|
||||||
replyButton.accessibilityLabel = L10n.Plural.Count.reply(count)
|
replyButton.accessibilityLabel = L10n.Common.Controls.Actions.reply
|
||||||
|
replyButton.accessibilityValue = L10n.Plural.Count.reply(count)
|
||||||
}
|
}
|
||||||
|
|
||||||
public func configureReblog(count: Int, isEnabled: Bool, isHighlighted: Bool) {
|
public func configureReblog(count: Int, isEnabled: Bool, isHighlighted: Bool) {
|
||||||
|
|
Loading…
Reference in New Issue