diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-06-16 11:01:16 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@owncloud.com> | 2016-06-21 16:39:51 +0200 |
commit | 2c1db51e7cd0dc707d63950df1f06c929f7c4012 (patch) | |
tree | 7bb5bb0bc823f5d945bc1ed05c984911de9b4fce /settings/templates | |
parent | 31f3aaa36b8ae5a06b7319f2036e6fb7c509c281 (diff) | |
download | nextcloud-server-2c1db51e7cd0dc707d63950df1f06c929f7c4012.tar.gz nextcloud-server-2c1db51e7cd0dc707d63950df1f06c929f7c4012.zip |
fix tranlations
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 1ba7026cd08..bad2d4a6663 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -199,12 +199,12 @@ if($_['passwordChangeSupported']) { </table> <p><?php p($l->t('An app password is a passcode that gives an app or device permissions to access your ownCloud account.'));?></p> <div id="app-password-form"> - <input id="app-password-name" type="text" placeholder="App name"> - <button id="add-app-password" class="button">Create new app password</button> + <input id="app-password-name" type="text" placeholder="<?php p($l->t('App name')); ?>"> + <button id="add-app-password" class="button"><?php p($l->t('Create new app password')); ?></button> </div> <div id="app-password-result" class="hidden"> <input id="new-app-password" type="text" readonly="readonly"/> - <button id="app-password-hide" class="button">Done</button> + <button id="app-password-hide" class="button"><?php p($l->t('Done')); ?></button> </div> </div> |