clearer warning when replacing saved keys
This commit is contained in:
Vendored
+1
-1
@@ -11674,7 +11674,7 @@ export interface Locale extends ILocale {
|
|||||||
"genKeys": string;
|
"genKeys": string;
|
||||||
"_genKeysDialog": {
|
"_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;
|
"text": string;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -450,5 +450,5 @@ _defaultCWPriority:
|
|||||||
|
|
||||||
genKeys: "Generate Keys"
|
genKeys: "Generate Keys"
|
||||||
_genKeysDialog:
|
_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"
|
title: "Generate new keys"
|
||||||
|
|||||||
Reference in New Issue
Block a user