storage provider is plural

This commit is contained in:
Girish Ramakrishnan
2022-12-24 11:10:04 +01:00
parent abb21281d1
commit 6596ce9557
7 changed files with 9 additions and 9 deletions

View File

@@ -90,7 +90,7 @@
<div class="form-group">
<label class="control-label" for="storageProviderProvider">Storage provider <sup><a ng-href="https://docs.cloudron.io/backups/#storage-providers" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<select class="form-control" id="storageProviderProvider" ng-model="provider" ng-options="a.value as a.name for a in storageProvider" ng-change=clearForm()></select>
<select class="form-control" id="storageProviderProvider" ng-model="provider" ng-options="a.value as a.name for a in storageProviders" ng-change=clearForm()></select>
</div>
<!-- mountpoint -->