Improve browser notice about snap/flatpak support

This commit is contained in:
Jonathan White 2025-02-22 13:05:37 -05:00
parent 941c1f5d7f
commit 903b8f189e
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01
2 changed files with 5 additions and 5 deletions

View File

@ -1106,10 +1106,6 @@ Would you like to migrate your existing settings now?</source>
<source>General</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Browsers installed as snaps are currently not supported.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable integration for these browsers:</source>
<translation type="unfinished"></translation>
@ -1325,6 +1321,10 @@ Would you like to migrate your existing settings now?</source>
<source>KeePassXC-Browser is needed for the browser integration to work. &lt;br /&gt;Download it for %1 and %2 and %3.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Browsers installed using Snap or Flatpak are not supported with exception to Firefox installed using Snap.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>CloneDialog</name>

View File

@ -52,7 +52,7 @@
<item>
<widget class="QLabel" name="snapWarningLabel">
<property name="text">
<string>Browsers installed as snaps are currently not supported.</string>
<string>Browsers installed using Snap or Flatpak are not supported with exception to Firefox installed using Snap.</string>
</property>
</widget>
</item>