diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-30 17:24:10 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-30 17:24:10 +0200 |
commit | bef9d81a827965cf688bfabba110903d5e306b4f (patch) | |
tree | b717b69ac69253dc77b6498f54b790cee8b4a609 /python/gui | |
parent | d68dc3858d0c640d1cddd86b81435a513a1073aa (diff) | |
download | dabmod-bef9d81a827965cf688bfabba110903d5e306b4f.tar.gz dabmod-bef9d81a827965cf688bfabba110903d5e306b4f.tar.bz2 dabmod-bef9d81a827965cf688bfabba110903d5e306b4f.zip |
Rename CFR in GUI modulator panel
Diffstat (limited to 'python/gui')
-rw-r--r-- | python/gui/templates/modulator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gui/templates/modulator.html b/python/gui/templates/modulator.html index 016344a..c2b4a24 100644 --- a/python/gui/templates/modulator.html +++ b/python/gui/templates/modulator.html @@ -26,7 +26,7 @@ </div> </div> <div class="panel-body"> - <h3>CFR</h3> + <h3>Crest Factor Reduction</h3> <div class="form-group"> <div class="checkbox"> <label><input type="checkbox" value="1" id="cfrenable">Enable</label> |