Skip to content

Commit

Permalink
Better label for remote HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
netcarver committed Jul 6, 2018
1 parent 5f671f4 commit a84db6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleReleaseNotes.module
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ class ModuleReleaseNotes extends Process implements ConfigurableModule {


protected function insertMarkerForVersion($version, $changelog, $type, $latest_version = false) {
$str_high = __("Latest");
$str_high = __("Remote");
$str_low = __("Installed");
$pre = '';
$post = '';
Expand Down

0 comments on commit a84db6b

Please sign in to comment.