More help modal updates.

This commit is contained in:
Mashintime 2023-04-15 12:29:47 -04:00
parent 62ee13faea
commit 417291950c

View file

@ -1899,8 +1899,8 @@
</div> </div>
</h5> </h5>
<p class="card-text"> <p class="card-text">
Enter your callsign and SSID. Your callsign can have a length Enter your callsign and SSID. Your callsign can have a maximum length
of a maximum of 7 characters of 7 characters
</p> </p>
</div> </div>
</div> </div>
@ -1974,9 +1974,7 @@
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Alpha</h5> <h5 class="card-title">Alpha</h5>
<p class="card-text"> <p class="card-text">
Alpha releases contain the most recent changes, but there is a Alpha releases are more frequent and contain the latest features, but are likely to be unstable and introduce bugs.
high change, these versions are unstable. They might also
occur more often.
</p> </p>
</div> </div>
</div> </div>
@ -1986,7 +1984,7 @@
<p class="card-text"> <p class="card-text">
Beta releases are more stable than Alpha releases. They are a Beta releases are more stable than Alpha releases. They are a
good tradeoff between latest features and stability. They will good tradeoff between latest features and stability. They will
be updated less often. A beta release wasnt released yet. be updated less often. A beta release has not been released yet.
</p> </p>
</div> </div>
</div> </div>
@ -1994,8 +1992,7 @@
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Stable</h5> <h5 class="card-title">Stable</h5>
<p class="card-text"> <p class="card-text">
Stable releases are the most stable versions. Until today we Stable releases are the most stable versions with no known major issues. A stable release has not been released yet.
didn't release a stable version, yet.
</p> </p>
</div> </div>
</div> </div>
@ -2393,7 +2390,7 @@
<div class="modal-dialog modal-dialog-scrollable"> <div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title">Help</h5> <h5 class="modal-title">Station List Help</h5>
<button <button
type="button" type="button"
class="btn btn-close" class="btn btn-close"
@ -2402,12 +2399,7 @@
></button> ></button>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div class="card mb-3"> Stations that you've been able to decode will be listed here. Details such as time, frequency, message type, call sign, location and SNR will be listed. Existing entries are updated if they already exist and more detailed history can be viewed in chat window for each station.
<div class="card-body">
<h5 class="card-title">.....</h5>
<p class="card-text">....</p>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>