Skip to content

Commit

Permalink
add message
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Oct 17, 2024
1 parent d1d09dd commit 115ab86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions frontend/providers/workorder/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"userId": "userId",
"other": "other",
"fastgpt": "FastGPT",
"account_center": "Account Center"
}
"account_center": "Account Center",
"input_placeholder": "Enter your message here, you can paste the picture and upload it directly"
}
5 changes: 3 additions & 2 deletions frontend/providers/workorder/public/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"userId": "用户ID",
"other": "其他",
"fastgpt": "FastGPT",
"account_center": "账号中心"
}
"account_center": "账号中心",
"input_placeholder": "在此输入消息,可粘贴图片直接上传"
}
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ const AppMainInfo = ({

<Textarea
ref={TextareaDom}
placeholder="在此输入消息,可粘贴图片直接上传"
placeholder={t('input_placeholder')}
variant={'unstyled'}
value={text}
p={'0'}
Expand Down

0 comments on commit 115ab86

Please sign in to comment.