补充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;
|
||||
|
||||
Reference in New Issue
Block a user