From 465e7065ca6d383b6fcbadcbe8e99c0aabe480a9 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sat, 23 Sep 2023 13:46:12 -0400 Subject: Update warning title --- public/_locales | 2 +- src/utils/warnings.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/_locales b/public/_locales index 0aaffa05..327e03df 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit 0aaffa05a30372534306857d684ab50d2c54ac44 +Subproject commit 327e03df7ac80585450f6f988e08618ed0047e31 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