Skip to content

Commit f95fec4

Browse files
Rename Source to Input URL
1 parent 48a6043 commit f95fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/views/console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class="table table-striped table-hover table-condensed consoleTable"
274274
<?php if ( count($Servers) ) { ?>
275275
<th data-sortable="true" data-field="Server" class="colServer"><?php echo translate('Server') ?></th>
276276
<?php } ?>
277-
<th data-sortable="true" data-field="Source" class="colSource"><?php echo translate('Source') ?></th>
277+
<th data-sortable="true" data-field="Source" class="colSource"><?php echo translate('Input URL') ?></th>
278278
<th data-sortable="true" data-visible="false" data-field="Output" class="colOutput"><?php echo translate('Output') ?></th>
279279
<?php if ( $show_storage_areas ) { ?>
280280
<th data-sortable="true" data-field="Storage" class="colStorage"><?php echo translate('Storage') ?></th>

0 commit comments

Comments
 (0)