Skip to content

Commit d6e726a

Browse files
committed
Improve browser notice about snap/flatpak support
1 parent 03855fc commit d6e726a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

share/translations/keepassxc_en.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,10 +1064,6 @@ Do you want to overwrite the passkey in %1 - %2?</source>
10641064
<source>General</source>
10651065
<translation type="unfinished"></translation>
10661066
</message>
1067-
<message>
1068-
<source>Browsers installed as snaps are currently not supported.</source>
1069-
<translation type="unfinished"></translation>
1070-
</message>
10711067
<message>
10721068
<source>Enable integration for these browsers:</source>
10731069
<translation type="unfinished"></translation>
@@ -1291,6 +1287,10 @@ Do you want to overwrite the passkey in %1 - %2?</source>
12911287
<source>KeePassXC-Browser is needed for the browser integration to work. &lt;br /&gt;Download it for %1 and %2 and %3.</source>
12921288
<translation type="unfinished"></translation>
12931289
</message>
1290+
<message>
1291+
<source>Browsers installed using Snap or Flatpak are not supported with exception to Firefox installed using Snap.</source>
1292+
<translation type="unfinished"></translation>
1293+
</message>
12941294
</context>
12951295
<context>
12961296
<name>CloneDialog</name>

src/browser/BrowserSettingsWidget.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<item>
5353
<widget class="QLabel" name="snapWarningLabel">
5454
<property name="text">
55-
<string>Browsers installed as snaps are currently not supported.</string>
55+
<string>Browsers installed using Snap or Flatpak are not supported with exception to Firefox installed using Snap.</string>
5656
</property>
5757
</widget>
5858
</item>

0 commit comments

Comments
 (0)