Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-10-23 20:20:12 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-10-23 20:20:12 +0400
commitdc20d19313555fc4ce69e3c79c550c3895c6a7cf (patch)
tree80045a7f346ccaec4638d95bcabb4e775b368924 /templates/public.php
parent4080653af53ab92a4aca67113c9adb381cd08316 (diff)
fix https://github.com/owncloud/documents/issues/70
Diffstat (limited to 'templates/public.php')
-rw-r--r--templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public.php b/templates/public.php
index 9979ace5..8ca0d57d 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -4,7 +4,7 @@
<div id="documents-content">
<?php if (isset($_['document'])): ?>
<form>
- <input type="text" name="memberName" placeholder="<?php p($l->t('Introduce yourself')) ?>" />
+ <input type="text" name="memberName" placeholder="<?php p($l->t('Please enter your nickname')) ?>" />
<button id="odf-join"><?php p($l->t('Join')) ?></button>
</form>
<input type="hidden" name="document" value ="<?php p($_['document']) ?>" />