summaryrefslogtreecommitdiff
path: root/app/Template/task_file/create.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_file/create.php')
-rw-r--r--app/Template/task_file/create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_file/create.php b/app/Template/task_file/create.php
index f03ce8dc..4abe6634 100644
--- a/app/Template/task_file/create.php
+++ b/app/Template/task_file/create.php
@@ -27,7 +27,7 @@
<input type="file" name="files[]" multiple style="display:none" id="file-form-element">
<div class="form-actions">
- <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue" id="file-upload-button" disabled>
+ <input type="submit" value="<?= t('Upload files') ?>" class="btn btn-blue" id="file-upload-button" disabled>
<?= t('or') ?>
<?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>