Skip to content

Commit fcd99ef

Browse files
committed
fix: translation fixes, missing keys, typo corrections (#275)
- Added missing 'ok' key to en, fr, es, ko translations - Added missing French siteRecovery/plugins translation block - Added missing Portuguese siteRecoveryDesc + enablePluginsHint - Fixed "Military Grade encryption" → "AES-256-GCM" in migration endpoint - Fixed "definetly" → "definitely" typo in constants.js Credit: @newtscamander2
1 parent 0b08044 commit fcd99ef

4 files changed

Lines changed: 23 additions & 9 deletions

File tree

pegaprox/api/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def migrate_all_encryption():
189189
return jsonify({
190190
'success': True,
191191
'results': results,
192-
'message': f"Migrated {results['clusters_migrated']} clusters to Military Grade encryption"
192+
'message': f"Migrated {results['clusters_migrated']} clusters to AES-256-GCM"
193193
})
194194

195195

0 commit comments

Comments
 (0)