From 0c3623e0f8df22bb8a6c4c0d6fac5d7f44c5059d Mon Sep 17 00:00:00 2001 From: "Rajaa.BARHTAOUI" Date: Thu, 31 Jan 2019 11:14:01 +0100 Subject: [PATCH] feat(xo-web/settings/remotes): NFS: display default options (#3921) Fixes #3631 --- CHANGELOG.md | 1 + packages/xo-web/src/common/intl/messages.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7e81d69..b181e2842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - [Host/network] Display PIF speed [#3887](https://github.com/vatesfr/xen-orchestra/issues/3887) (PR [#3901](https://github.com/vatesfr/xen-orchestra/pull/3901)) - [SR] Display iscsi paths and mark the SR with a yellow dot if one path is not available. [#3659](https://github.com/vatesfr/xen-orchestra/issues/3659) (PR [#3829](https://github.com/vatesfr/xen-orchestra/pull/3829)) - [UI] Unifies the Signin buttons (PR [#3913](https://github.com/vatesfr/xen-orchestra/pull/3913)) +- [Settings/remotes] NFS: display default option on placeholder [#3631](https://github.com/vatesfr/xen-orchestra/issues/3631) (PR [#3921](https://github.com/vatesfr/xen-orchestra/pull/3921)) ### Bug fixes diff --git a/packages/xo-web/src/common/intl/messages.js b/packages/xo-web/src/common/intl/messages.js index 30312a622..711581798 100644 --- a/packages/xo-web/src/common/intl/messages.js +++ b/packages/xo-web/src/common/intl/messages.js @@ -518,7 +518,7 @@ const messages = { remoteNfsPlaceHolderHost: 'host *', remoteNfsPlaceHolderPort: 'Port', remoteNfsPlaceHolderPath: 'path/to/backup', - remoteNfsPlaceHolderOptions: 'Custom mount options', + remoteNfsPlaceHolderOptions: 'Custom mount options. Default: vers=3', remoteSmbPlaceHolderRemotePath: 'subfolder [path\\\\to\\\\backup]', remoteSmbPlaceHolderUsername: 'Username', remoteSmbPlaceHolderPassword: 'Password',