From e85777ccd18a68e03f9f55127fd0e05f26e3b41f Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 21 Jan 2025 17:16:09 -0600 Subject: [PATCH] Website: Update app library template page. (#25650) Changes: - Updated the app library template page to use the name of the app in the uninstall instructions. --- website/views/pages/app-details.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/pages/app-details.ejs b/website/views/pages/app-details.ejs index b4c529e0f1..85178bc077 100644 --- a/website/views/pages/app-details.ejs +++ b/website/views/pages/app-details.ejs @@ -58,7 +58,7 @@

Is <%- thisApp.name %> up to date?

-

Run this query in Fleet to find old versions of 1Password across all your computers:

+

Run this query in Fleet to find old versions of <%- thisApp.name %> across all your computers:

SELECT 1 FROM apps WHERE bundle_identifier = '<%= thisApp.bundleIdentifier %>' AND bundle_short_version <= '<%- thisApp.version %>';