Skip to content

Commit ca7992e

Browse files
authored
Add better description for upload button
1 parent f2dd592 commit ca7992e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<h2><?= $l->t('Transfers'); ?></h2>
1515
<p>
16-
<a class="btn btn-small btn-success" ng-click="$flow.resume()"><?= $l->t('Upload'); ?></a>
16+
<a class="btn btn-small btn-success" ng-click="$flow.resume()"><?= $l->t('Upload/Resume all'); ?></a>
1717
<a class="btn btn-small btn-danger" ng-click="$flow.pause()"><?= $l->t('Pause'); ?></a>
1818
<a class="btn btn-small btn-info" ng-click="$flow.cancel()"><?= $l->t('Cancel'); ?></a>
1919
<span class="label label-info"><?= $l->t('Size'); ?>: {{$flow.getSize() | bytes}}</span>

0 commit comments

Comments
 (0)