formal to informal messages

This commit is contained in:
Dobromir Popov
2024-04-06 22:55:24 +03:00
parent 1e9b7088d9
commit 1ef13e69f7
4 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ export default function ReportForm({ shiftId, existingItem, onDone }) {
try {
const response = await axiosInstance.post('/api/data/reports', item);
console.log(response);
toast.success("Гоово. Благодарим Ви за отчета!");
toast.success("Гоово. Благодаря за отчета!");
setTimeout(() => {
if (onDone) {
onDone();