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.
This commit is contained in:
Eric 2025-01-21 17:16:09 -06:00 committed by GitHub
parent 47f25c51a9
commit e85777ccd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@
</div>
<div purpose="app-check">
<h3>Is <%- thisApp.name %> up to date?</h3>
<p>Run this query in Fleet to find old versions of 1Password across all your computers:</p>
<p>Run this query in Fleet to find old versions of <%- thisApp.name %> across all your computers:</p>
<div purpose="codeblock">
<div purpose="copy-button"></div>
<pre><code class="hljs sql">SELECT 1 FROM apps WHERE bundle_identifier = '<%= thisApp.bundleIdentifier %>' AND bundle_short_version <= '<%- thisApp.version %>';</code></pre>