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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Starosta <j.starosta@tu-braunschweig.de>2015-07-19 07:27:37 +0300
committerJohannes Starosta <j.starosta@tu-braunschweig.de>2015-07-19 07:27:37 +0300
commitbe9d2d27dbc72ae6cc3e18e72529195b9d193471 (patch)
tree3ab2fa44b28037fcdfe3580336072af9d0305aa6 /templates
parent05073ec592a701ed82df141d97bf086c3dd52e0b (diff)
Translation should work now for placeholder too
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 0911105..30fce66 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -17,7 +17,7 @@ foreach ( $_['groups'] as $group ) {
</p>
<p>
<label for="allowed_domains"><?php p($l->t('Allowed domains for registration')); ?></label>
- <input type="text" placeholder=<?php p('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com"');?> id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
+ <input type="text" placeholder=<?php p$l->t('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com"');?> id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
</p>
</form>