补充key
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
- (UILabel *)placeholderLabel {
|
||||
if (!_placeholderLabel) {
|
||||
_placeholderLabel = [[UILabel alloc] init];
|
||||
_placeholderLabel.text = @"Send A Message";
|
||||
_placeholderLabel.text = KBLocalized(@"Send A Message");
|
||||
_placeholderLabel.textColor = [UIColor whiteColor];
|
||||
_placeholderLabel.font = [UIFont systemFontOfSize:14];
|
||||
_placeholderLabel.textAlignment = NSTextAlignmentCenter;
|
||||
|
||||
@@ -435,7 +435,7 @@
|
||||
- (UILabel *)cancelLabel {
|
||||
if (!_cancelLabel) {
|
||||
_cancelLabel = [[UILabel alloc] init];
|
||||
_cancelLabel.text = @"Release To Cancel";
|
||||
_cancelLabel.text = KBLocalized(@"Release To Cancel");
|
||||
_cancelLabel.font = [UIFont systemFontOfSize:16 weight:UIFontWeightMedium];
|
||||
_cancelLabel.textColor = [UIColor whiteColor];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user