Skip to content

Commit 0b320b8

Browse files
committed
bug - 公告的编辑页面输入框的灰色文案,提示等,文案都改成“公告”字眼
1 parent 0dac24e commit 0b320b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/ProjectTweetSendViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ - (void)loadEditView{
107107
_editView.textColor = kColor666;
108108
_editView.font = [UIFont systemFontOfSize:16];
109109
_editView.textContainerInset = UIEdgeInsetsMake(15, kPaddingLeftWidth - 5, 8, kPaddingLeftWidth - 5);
110-
_editView.placeholder = @"任务描述";
110+
_editView.placeholder = @"公告内容";
111111

112112
_editView.text = _curTweet.raw;
113113
[self.view addSubview:_editView];

0 commit comments

Comments
 (0)