mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add None to DXCCs
This commit is contained in:
@@ -376,7 +376,7 @@ class Stationsetup extends CI_Controller {
|
||||
}
|
||||
|
||||
private function stationcountry2html($station_country, $dxcc_end) {
|
||||
$returntext = $station_country == '' ? _pgettext("DXCC Select - No DXCC", "- NONE - (e.g. /MM, /AM)") : $station_country;
|
||||
$returntext = $station_country == '' ? __("Please select one") : $station_country;
|
||||
if ($dxcc_end != NULL) {
|
||||
$returntext .= ' <span class="badge bg-danger">'.__("Deleted DXCC").'</span>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user