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>
</h5>
<p class="card-text">
Enter your callsign and SSID. Your callsign can have a length
of a maximum of 7 characters
Enter your callsign and SSID. Your callsign can have a maximum length
of 7 characters
</p>
</div>
</div>
@ -1974,9 +1974,7 @@
<div class="card-body">
<h5 class="card-title">Alpha</h5>
<p class="card-text">
Alpha releases contain the most recent changes, but there is a
high change, these versions are unstable. They might also
occur more often.
Alpha releases are more frequent and contain the latest features, but are likely to be unstable and introduce bugs.
</p>
</div>
</div>
@ -1986,7 +1984,7 @@
<p class="card-text">
Beta releases are more stable than Alpha releases. They are a
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>
</div>
</div>
@ -1994,8 +1992,7 @@
<div class="card-body">
<h5 class="card-title">Stable</h5>
<p class="card-text">
Stable releases are the most stable versions. Until today we
didn't release a stable version, yet.
Stable releases are the most stable versions with no known major issues. A stable release has not been released yet.
</p>
</div>
</div>
@ -2393,7 +2390,7 @@
<div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Help</h5>
<h5 class="modal-title">Station List Help</h5>
<button
type="button"
class="btn btn-close"
@ -2402,12 +2399,7 @@
></button>
</div>
<div class="modal-body">
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">.....</h5>
<p class="card-text">....</p>
</div>
</div>
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>
</div>
</div>