mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-01 19:47:39 +03:00
Improve browser notice about snap/flatpak support
This commit is contained in:
parent
03855fc411
commit
d6e726a9cf
2 changed files with 5 additions and 5 deletions
|
@ -1064,10 +1064,6 @@ Do you want to overwrite the passkey in %1 - %2?</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>
|
||||
|
@ -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. <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…
Add table
Add a link
Reference in a new issue