This commit is contained in:
Pavel Torbeev 2023-08-27 09:45:11 +03:00
parent dee5ca6f50
commit d536dae350

View File

@ -48,7 +48,7 @@ export const ChatPage: ReactFCC<ChatPageProps> = (props) => {
if (!initRef.current) {
pushHistory({
type: ChatItemType.receive,
text: 'Введите описание проекта',
text: 'Введите описание проекта (не больше 2-3 предложений)',
});
initRef.current = true;
}