Fix menu location in alert

This commit is contained in:
wise0n 2023-08-23 11:57:01 -04:00 committed by Jonathan White
parent 9f3b4dc5ea
commit 07232f04c0
2 changed files with 5 additions and 5 deletions

View file

@ -220,7 +220,7 @@ void EditWidgetIcons::iconReceived(const QString& url, const QImage& icon)
QString message(tr("Unable to fetch favicon."));
if (!config()->get(Config::Security_IconDownloadFallback).toBool()) {
message.append("\n").append(
tr("You can enable the DuckDuckGo website icon service under Tools -> Settings -> Security"));
tr("You can enable the DuckDuckGo website icon service under Application Settings -> Security"));
}
emit messageEditEntry(message, MessageWidget::Error);
return;