summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-16 12:45:44 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-16 12:45:44 +0200
commitb885bad2eebed23a23f86bdb6297551096428c7f (patch)
treecca8780db769e55f6f2504391f7af08818a07f18 /apps/bookmarks/templates
parent98997a51fa7883f9da7e9210732daf1a607ff861 (diff)
downloadnextcloud-server-b885bad2eebed23a23f86bdb6297551096428c7f.tar.gz
nextcloud-server-b885bad2eebed23a23f86bdb6297551096428c7f.zip
wording fix for bookmarks
Diffstat (limited to 'apps/bookmarks/templates')
-rw-r--r--apps/bookmarks/templates/list.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/bookmarks/templates/list.php b/apps/bookmarks/templates/list.php
index 278a0db5249..9a2226dbd9f 100644
--- a/apps/bookmarks/templates/list.php
+++ b/apps/bookmarks/templates/list.php
@@ -4,10 +4,10 @@
<input type="button" class="bookmarks_addBtn" value="Add Bookmark" />
</div>
<div class="bookmarks_add">
- <p><label class="bookmarks_label">URL: </label><input type="text" id="bookmark_add_url" class="bookmarks_input" /></p>
- <p><label class="bookmarks_label">Title: </label><input type="text" id="bookmark_add_title" class="bookmarks_input" /></p>
- <p><label class="bookmarks_label">Description: </label><input type="text" id="bookmark_add_description" class="bookmarks_input" /></p>
- <p><label class="bookmarks_label">Tags:</label><input type="text" id="bookmark_add_tags" class="bookmarks_input" /></p>
+ <p><label class="bookmarks_label">Address</label><input type="text" id="bookmark_add_url" class="bookmarks_input" /></p>
+ <p><label class="bookmarks_label">Title</label><input type="text" id="bookmark_add_title" class="bookmarks_input" /></p>
+ <p><label class="bookmarks_label">Description</label><input type="text" id="bookmark_add_description" class="bookmarks_input" /></p>
+ <p><label class="bookmarks_label">Tags</label><input type="text" id="bookmark_add_tags" class="bookmarks_input" /></p>
<p><label class="bookmarks_label"></label><input type="submit" id="bookmark_add_submit" /></p>
</div>
<div class="bookmarks_list">
@@ -15,4 +15,4 @@
JavaScript is needed to display your Bookmarks
</noscript>
You have no bookmarks
-</div> \ No newline at end of file
+</div>