Add cifs seal translation

This commit is contained in:
Johannes Zellner
2022-01-10 16:09:42 +01:00
parent 93982bae7b
commit 9ed19c8b8e
2 changed files with 3 additions and 2 deletions

View File

@@ -146,7 +146,7 @@
<!-- CIFS -->
<div class="checkbox" ng-show="configureBackup.provider === 'cifs'">
<label>
<input type="checkbox" ng-model="configureBackup.mountOptions.seal">{{ 'backups.configureBackupStorage.cifsSeal' | tr }}</input>
<input type="checkbox" ng-model="configureBackup.mountOptions.seal">{{ 'backups.configureBackupStorage.cifsSealSupport' | tr }}</input>
</label>
</div>