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:
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
@@ -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;
|
||||
/**
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user