Update warning title

This commit is contained in:
Ajay
2023-09-23 13:46:12 -04:00
parent a3f8419c49
commit 465e7065ca
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ export async function openWarningDialog(contentContainer: ContentContainer): Pro
let notice: GenericNotice = null; let notice: GenericNotice = null;
const options: NoticeOptions = { const options: NoticeOptions = {
title: chrome.i18n.getMessage("warningTitle"), title: chrome.i18n.getMessage("deArrowMessageRecieved"),
textBoxes: [{ textBoxes: [{
text: chrome.i18n.getMessage("warningChatInfo"), text: chrome.i18n.getMessage("warningChatInfo"),
icon: null icon: null