Skip to content

Commit 204cdc7

Browse files
committed
fix(Update): Add alert for new telemetry data point
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent f248850 commit 204cdc7

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

_locales/en/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,9 @@
750750
"DescriptionTelemetry": {
751751
"message": "Floccus can automatically send error data to me, the developer. This is a tremendous help for discovering and resolving bugs in floccus more quickly and will help improve your experience with floccus in the long run. Even when error reporting is enabled, the floccus developers will never be able to see your bookmarks."
752752
},
753+
"DescriptionTelemetrysyncmethod": {
754+
"message": "New: In addition to the error information, floccus now also sends information about which sync method you are using, if this option is enabled. This helps us to improve floccus and to make sure that the sync methods are working as expected."
755+
},
753756
"LabelTelemetryenable": {
754757
"message": "Automatically send error data and information about which sync method you are using to floccus developers"
755758
},

src/ui/views/Update.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
<div class="body-1">
8686
{{ t("DescriptionTelemetry") }}
8787
</div>
88+
<v-alert type="info">
89+
{{ t('DescriptionTelemetrysyncmethod') }}
90+
</v-alert>
8891
<v-radio-group
8992
v-model="telemetry"
9093
class="mt-4">

src/ui/views/native/Update.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<div class="body-1">
8787
{{ t("DescriptionTelemetry") }}
8888
</div>
89+
<v-alert type="info">
90+
{{ t('DescriptionTelemetrysyncmethod')}}
91+
</v-alert>
8992
<v-radio-group
9093
v-model="telemetry"
9194
class="mt-4">

0 commit comments

Comments
 (0)