fix(xo-web/file restore): mention S3 is not compatible (#6158)

Introduced by 3842f5b16d
This commit is contained in:
Mathieu
2022-03-30 12:10:08 +02:00
committed by GitHub
parent 3cfeb8f492
commit 5a65087aeb

View File

@@ -1614,7 +1614,7 @@ const messages = {
getRemote: 'Get remote',
noBackups: 'There are no backups!',
restoreBackupsInfo: 'Click on a VM to display restore options',
restoreDeltaBackupsInfo: 'Only the files of Delta Backup which are not on a SMB remote can be restored',
restoreDeltaBackupsInfo: 'Only the files of Delta Backup which are not on a SMB or S3 remote can be restored',
remoteEnabled: 'Enabled',
remoteDisabled: 'Disabled',
enableRemote: 'Enable',