Merge branch 'dev' into update-chat-timestamp-locale

This commit is contained in:
Timothy Jaeryang Baek
2024-05-07 11:00:31 -07:00
committed by GitHub
11 changed files with 53 additions and 46 deletions

View File

@@ -134,7 +134,7 @@
const editChatTitle = async (id, _title) => {
if (_title === '') {
toast.error('Title cannot be an empty string.');
toast.error($i18n.t('Title cannot be an empty string.'));
} else {
title = _title;