1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

clearer warning when replacing saved keys

This commit is contained in:
dakkar
2025-02-07 18:46:08 +00:00
parent 01006058c4
commit 83afdc883a
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View File

@@ -11674,7 +11674,7 @@ export interface Locale extends ILocale {
"genKeys": string;
"_genKeysDialog": {
/**
* Are you sure that you want to generate new keys?
* Are you sure that you want to generate new keys? This will stop push notifications for all users who have already enabled them.
*/
"text": string;
/**

View File

@@ -450,5 +450,5 @@ _defaultCWPriority:
genKeys: "Generate Keys"
_genKeysDialog:
text: "Are you sure that you want to generate new keys?"
text: "Are you sure that you want to generate new keys? This will stop push notifications for all users who have already enabled them."
title: "Generate new keys"