mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-19 15:25:51 -04:00
Improve browser notice about snap/flatpak support
This commit is contained in:
parent
941c1f5d7f
commit
903b8f189e
@ -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. <br />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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user