1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-19 02:42:15 +00:00

Removed placeholder text for b2 bucket

This commit is contained in:
hija 2020-08-30 14:08:46 +02:00
parent aa5ba9999e
commit ace2bbf5e8

View File

@ -134,7 +134,7 @@
<div class="form-group backup-target-b2">
<label for="backup-target-b2-bucket" class="col-sm-2 control-label">B2 Bucket</label>
<div class="col-sm-8">
<input type="text" placeholder="B2 Bucket" class="form-control" rows="1" id="backup-target-b2-bucket">
<input type="text" class="form-control" rows="1" id="backup-target-b2-bucket">
</div>
</div>
<!-- Common -->