Reword import help text

This commit is contained in:
JonnyWong16
2020-07-16 00:02:13 -07:00
parent 43a7758acd
commit d216d0f27f
4 changed files with 17 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
<div class="modal-body" id="modal-text">
<form id="import_config_form" enctype="multipart/form-data" method="post" name="import_config_form">
<div class="form-group">
<label for="import_config_file">Option 1: Upload a Config File</label>
<label for="import_config_file">Option 1: Upload a Configuration File</label>
<div class="row">
<div class="col-xs-12">
<div class="input-group">
@@ -19,10 +19,10 @@
</div>
</div>
</div>
<p class="help-block">Upload the Tautulli config you wish to import.</p>
<p class="help-block">Upload the Tautulli configuration file you wish to import.</p>
</div>
<div class="form-group">
<label for="import_config_path">Option 2: Browse for a Config File</label>
<label for="import_config_path">Option 2: Browse for a Configuration File</label>
<div class="row">
<div class="col-xs-12">
<div class="input-group">
@@ -33,13 +33,13 @@
</div>
</div>
</div>
<p class="help-block">Browse for the Tautulli config you wish to import.</p>
<p class="help-block">Browse for the Tautulli configuration file you wish to import.</p>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="import_backup_config" id="import_backup_config" value="1" checked> Backup Current Config
<input type="checkbox" name="import_backup_config" id="import_backup_config" value="1" checked> Backup Current Configuration
</label>
<p class="help-block">Automatically create a backup of the current config before importing.</p>
<p class="help-block">Automatically create a backup of the current configuration before importing.</p>
</div>
<div class="form-group">
<label>Import Notes</label>