Skip to content

Commit cc1d6af

Browse files
authored
Merge pull request #91 from Dahlgren/feature/edit-arma3sync
Remove Play withSIX title from Edit Operation page
2 parents 0b0019a + 3bf2d39 commit cc1d6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/operations/templates/edit_pws_controller.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="block-title">Arma3Sync / Play withSIX</div>
1+
<div class="block-title">Arma3Sync</div>
22
<div class="bordered-block ng-hide" ng-show="addons">
33
<table width="100%" cellspacing="0">
44
<tr ng-repeat="addon in addons | orderBy: 'name' track by addon.id">
@@ -21,7 +21,7 @@
2121
</button>
2222
<button class="btn btn-primary" ng-click="arma3sync()">
2323
<span class="glyphicon glyphicon-list-alt"></span>
24-
Arma3Sync
24+
Repository
2525
</button>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)