From 60d841c5d3781861020d3662afb452664bcc33ca Mon Sep 17 00:00:00 2001 From: Luke Collins Date: Thu, 14 May 2020 18:21:27 +0100 Subject: [PATCH] Fix typo --- ui/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/i18n/en.json b/ui/src/i18n/en.json index 0bdf6fe43..d04b39324 100644 --- a/ui/src/i18n/en.json +++ b/ui/src/i18n/en.json @@ -60,7 +60,7 @@ "backup.message_backup_help_one": "Download a backup archive of your entire Homebridge environment. This will backup the entire contents of your Homebridge storage directory which you can later restore on any platform capable of running Homebridge Config UI X.", "backup.message_backup_help_two": "Plugins not hosted on npm, or plugins installed directly from GitHub will not be backed up or restored.", "backup.message_backup_restored": "Backup Archive Restored", - "backup.message_backup_warning": "Backup archives contain sensative information and should not be shared with others.", + "backup.message_backup_warning": "Backup archives contain sensitive information and should not be shared with others.", "backup.message_restore_failed": "Restore Failed", "backup.message_restore_help_one": "Restore a backup archive you previously made using Homebridge Config UI X. Your Homebridge config, cached accessories, HomeKit pairings and Homebridge Config UI X user accounts will be restored. Any Homebridge plugins you had installed will also be downloaded from the npm registry.", "backup.message_restore_help_two": "You will need to login to Homebridge Config UI X after doing a restore using the credentials from the restored instance.",