Skip to content

Commit 820b2e6

Browse files
authored
Merge pull request #2672 from imorourke/imorourke-station-setup-typo
Fix station setup typo
2 parents f67ca29 + 9a4168e commit 820b2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/stationsetup/stationsetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<?= __("Station Logbooks")?>
2222
</div>
2323
<div class="card-body">
24-
<p class="card-text"><?= __("Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle.")?></p>
24+
<p class="card-text"><?= __("Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when you're operating in multiple locations but they are part of the same DXCC or VUCC Circle.")?></p>
2525
<a class="btn btn-primary btn-sm" href="javascript:createStationLogbook();"><i class="fas fa-plus"></i> <?= __("Create Station Logbook")?></a>
2626

2727

0 commit comments

Comments
 (0)