From e99016e43358bf519b36998039c07d3ea65dd41a Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 21 Nov 2025 19:50:36 -0700 Subject: [PATCH] Add a title to the QueryStatus app --- langs/en-ca.json | 1 + module/apps/QueryStatus.mjs | 1 + 2 files changed, 2 insertions(+) diff --git a/langs/en-ca.json b/langs/en-ca.json index 611a08a..1136454 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -22,6 +22,7 @@ }, "Apps": { "QueryStatus": { + "title": "Information Request Status", "user-disconnected-tooltip": "This user is not logged in to Foundry", "cancel-request": "Cancel Request", "finish-early": "Finish Request Early", diff --git a/module/apps/QueryStatus.mjs b/module/apps/QueryStatus.mjs index 64b61a9..5139bb2 100644 --- a/module/apps/QueryStatus.mjs +++ b/module/apps/QueryStatus.mjs @@ -16,6 +16,7 @@ export class QueryStatus extends HandlebarsApplicationMixin(ApplicationV2) { height: `auto`, }, window: { + title: `taf.Apps.QueryStatus.title`, resizable: true, }, actions: {