Skip to content
Snippets Groups Projects
Commit 5db2f421 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #203 from owncloud/wording-url-link

Files: change wording 'From url' to 'From link'
parents 553b1072 e6648243
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<ul class="popup popupTop">
<li style="background-image:url('<?php echo OCP\mimetype_icon('text/plain') ?>')" data-type='file'><p><?php echo $l->t('Text file');?></p></li>
<li style="background-image:url('<?php echo OCP\mimetype_icon('dir') ?>')" data-type='folder'><p><?php echo $l->t('Folder');?></p></li>
<li style="background-image:url('<?php echo OCP\image_path('core','actions/public.png') ?>')" data-type='web'><p><?php echo $l->t('From url');?></p></li>
<li style="background-image:url('<?php echo OCP\image_path('core','actions/public.png') ?>')" data-type='web'><p><?php echo $l->t('From link');?></p></li>
</ul>
</div>
<div class="file_upload_wrapper svg">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment