diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-11-01 18:09:16 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-11-01 18:09:16 +0100 |
commit | e66482430e1fce4bec5e049ae6aa579bd1d2ddc0 (patch) | |
tree | c91b3812f41cc16bcb186f9e718795c4ddcc2b1b /apps | |
parent | 553b1072b66034c7bc97e44af5701c418ca2999f (diff) | |
download | nextcloud-server-e66482430e1fce4bec5e049ae6aa579bd1d2ddc0.tar.gz nextcloud-server-e66482430e1fce4bec5e049ae6aa579bd1d2ddc0.zip |
Files: change wording 'From url' to 'From link'
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index f614f02b6c2..7cdff024ddf 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -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"> |