Skip to content

Commit

Permalink
Website: Update app library template page. (#25650)
Browse files Browse the repository at this point in the history
Changes:
- Updated the app library template page to use the name of the app in
the uninstall instructions.
  • Loading branch information
eashaw authored Jan 21, 2025
1 parent 47f25c5 commit e85777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views/pages/app-details.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e85777c

Please sign in to comment.