diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/warnings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |