seperate credentials rekeying in modal for reuse

This commit is contained in:
Pallavi Kumari
2025-11-07 23:30:24 +05:30
parent 90e72c6aca
commit 2b8204fdc8
5 changed files with 391 additions and 523 deletions

View File

@@ -2106,5 +2106,11 @@
"credentialsSaved" : "Credentials Saved",
"credentialsSavedDescription": "Credentials have been regenerated and saved successfully.",
"credentialsSaveError": "Credentials Save Error",
"credentialsSaveErrorDescription": "An error occurred while regenerating and saving the credentials."
"credentialsSaveErrorDescription": "An error occurred while regenerating and saving the credentials.",
"regenerateCredentialsWarning": "Regenerating credentials will invalidate the previous ones. Make sure to update any configurations that use these credentials.",
"confirm": "Confirm",
"regenerateCredentialsConfirmation": "Are you sure you want to regenerate the credentials?",
"endpoint": "Endpoint",
"id": "Id",
"SecretKey": "Secret Key"
}