Update terminology from 'Profile' to 'Location'

Replaces references to 'Profile' with 'Location' in station profile view for clarity and consistency with station management features.
这个提交包含在:
Peter Goodhall 2025-08-09 23:43:52 +01:00
父节点 e5675d3531
当前提交 4a28df703e

查看文件

@ -15,7 +15,7 @@
<div class="d-flex justify-content-between align-items-center"> <div class="d-flex justify-content-between align-items-center">
<div> <div>
<h2><i class="fas fa-tower-broadcast me-2"></i><?php echo $page_title; ?></h2> <h2><i class="fas fa-tower-broadcast me-2"></i><?php echo $page_title; ?></h2>
<p class="text-muted mb-0">Manage your station locations and profiles</p> <p class="text-muted mb-0">Manage your station locations.</p>
</div> </div>
<a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary"> <a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary">
<i class="fas fa-plus me-2"></i><?php echo lang('station_location_create'); ?> <i class="fas fa-plus me-2"></i><?php echo lang('station_location_create'); ?>
@ -46,7 +46,7 @@
<div class="d-flex align-items-start mb-3"> <div class="d-flex align-items-start mb-3">
<i class="fas fa-radio text-primary me-2 mt-1"></i> <i class="fas fa-radio text-primary me-2 mt-1"></i>
<div> <div>
<h6 class="mb-1">Multiple Profiles</h6> <h6 class="mb-1">Multiple Locations</h6>
<p class="mb-0 text-muted small"><?php echo lang('station_location_header_ln2'); ?></p> <p class="mb-0 text-muted small"><?php echo lang('station_location_header_ln2'); ?></p>
</div> </div>
</div> </div>
@ -55,7 +55,7 @@
<div class="d-flex align-items-start mb-3"> <div class="d-flex align-items-start mb-3">
<i class="fas fa-cog text-primary me-2 mt-1"></i> <i class="fas fa-cog text-primary me-2 mt-1"></i>
<div> <div>
<h6 class="mb-1">Active Profile</h6> <h6 class="mb-1">Active Location</h6>
<p class="mb-0 text-muted small"><?php echo lang('station_location_header_ln3'); ?></p> <p class="mb-0 text-muted small"><?php echo lang('station_location_header_ln3'); ?></p>
</div> </div>
</div> </div>