From 465e7065ca6d383b6fcbadcbe8e99c0aabe480a9 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sat, 23 Sep 2023 13:46:12 -0400 Subject: Update warning title --- src/utils/warnings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/warnings.ts b/src/utils/warnings.ts index 8e3110f2..72062699 100644 --- a/src/utils/warnings.ts +++ b/src/utils/warnings.ts @@ -26,7 +26,7 @@ export async function openWarningDialog(contentContainer: ContentContainer): Pro let notice: GenericNotice = null; const options: NoticeOptions = { - title: chrome.i18n.getMessage("warningTitle"), + title: chrome.i18n.getMessage("deArrowMessageRecieved"), textBoxes: [{ text: chrome.i18n.getMessage("warningChatInfo"), icon: null -- cgit v1.2.3