Translator question added to Transifex:
|
+ t('files_external', 'It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself.', |
What kind of data will be in $instanceName variable? Is it servername like "cloud.mydomain.eu" or something else?
Code says:
|
instanceName: window.OC.theme.name, |
The value on my NC is shown at domain/status.php as productname:
If my assumptions are correct, this is a bit confusing for the user.
Please enlight us.
Translator question added to Transifex:
server/apps/files_external/src/settings.js
Line 1278 in b3f29e1
What kind of data will be in $instanceName variable? Is it servername like "cloud.mydomain.eu" or something else?
Code says:
server/apps/files_external/src/settings.js
Line 1281 in b3f29e1
The value on my NC is shown at domain/status.php as
productname:If my assumptions are correct, this is a bit confusing for the user.
Please enlight us.