更多翻译

This commit is contained in:
2022-09-02 13:11:12 +08:00
parent 96d67f0b6a
commit fbc14e854a
5 changed files with 14 additions and 14 deletions

View File

@@ -210,7 +210,7 @@ class UserInfo extends Component {
color: buttonColor,
opacity: .6,
}}>
{helper.isChatRoom(UserName) || isFriend ? 'Send Message' : 'Add Friend'}
{helper.isChatRoom(UserName) || isFriend ? '发送消息' : '添加好友'}
</div>
</div>