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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-04-04 12:31:09 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-04-04 12:32:04 +0400
commit572754e79ab6348fcb239312c18965fc20a7598e (patch)
tree2ef6b8c6287e343bca70ded0aa252565b49f188a /templates
parent95351f5b507788c9e908838038b64e60a3219d2a (diff)
User->guest. Closes #158
Diffstat (limited to 'templates')
-rw-r--r--templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public.php b/templates/public.php
index eb52973e..6f018e88 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -14,7 +14,7 @@
<?php endif; ?>
<?php if (isset($_['document']) && !isset($_['wrongpw'])): ?>
<input type="hidden" name="document" value ="<?php p($_['document']) ?>" />
- <input type="hidden" name="memberName" value ="<?php p($l->t('User %s' ,$_['total'])) ?>" />
+ <input type="hidden" name="memberName" value ="<?php p($l->t('Guest %s' ,$_['total'])) ?>" />
<?php endif; ?>
<?php if (isset($_['notFound'])): ?>
<div class="push"></div>