Skip to content

Commit

Permalink
Merge pull request #67 from messagedigital/feature/delete-confirmatio…
Browse files Browse the repository at this point in the history
…n-fix

Fixed delete confirmation showing as translation key
  • Loading branch information
joeholdcroft committed Jun 24, 2014
2 parents 8e51a42 + debef1b commit e1bec04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/view/detail.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
</div>
</div>
<form action="{{ url('ms.cp.file_manager.delete', {fileID: file.id}) }}" method="post" data-confirm="{{ 'ms.file_manager.delete.confirm'|trans }}" >
<form action="{{ url('ms.cp.file_manager.delete', {fileID: file.id}) }}" method="post" data-confirm="{{ 'ms.file_manager.detail.delete.confirm'|trans }}" >
<input type="hidden" name="_method" value="DELETE">
<button name="delete[delete]" value="delete" id="delete" type="submit" class="button small delete">{{ 'ms.file_manager.detail.buttons.delete'|trans }}</button>
</form>
Expand Down

0 comments on commit e1bec04

Please sign in to comment.