more keys

This commit is contained in:
Jannik Streidl
2024-05-07 11:44:35 +02:00
parent cc72341861
commit 9f4a71029f
5 changed files with 5 additions and 5 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;