Improve browser notice about snap/flatpak support

This commit is contained in:
Jonathan White 2025-02-22 13:05:37 -05:00
parent 03855fc411
commit d6e726a9cf
2 changed files with 5 additions and 5 deletions

View file

@ -1064,10 +1064,6 @@ Do you want to overwrite the passkey in %1 - %2?</source>
<source>General</source> <source>General</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Browsers installed as snaps are currently not supported.</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<source>Enable integration for these browsers:</source> <source>Enable integration for these browsers:</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
@ -1291,6 +1287,10 @@ Do you want to overwrite the passkey in %1 - %2?</source>
<source>KeePassXC-Browser is needed for the browser integration to work. &lt;br /&gt;Download it for %1 and %2 and %3.</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> <translation type="unfinished"></translation>
</message> </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>
<context> <context>
<name>CloneDialog</name> <name>CloneDialog</name>

View file

@ -52,7 +52,7 @@
<item> <item>
<widget class="QLabel" name="snapWarningLabel"> <widget class="QLabel" name="snapWarningLabel">
<property name="text"> <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> </property>
</widget> </widget>
</item> </item>