Merge pull request #1643 from eltociear/patch-1

Fix typo in AudioMessageCell.swift
This commit is contained in:
Jakub Kašpar
2021-11-24 14:08:19 +01:00
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ open class AudioMessageCell: MessageContentCell {
return playButton
}()
/// The time duration lable to display on audio messages.
/// The time duration label to display on audio messages.
public lazy var durationLabel: UILabel = {
let durationLabel = UILabel(frame: CGRect.zero)
durationLabel.textAlignment = .right