summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-20 10:38:37 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-20 13:14:24 +0200
commit19b531fd1412407d401f8433b05f005465ffb96c (patch)
treee61a31e86566cc5b75690fef544ae82388162ba3 /settings/templates/personal.php
parent9107fd6cd6f55762d281aa34a4662b1d8e227285 (diff)
downloadnextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.tar.gz
nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.zip
fix more strings
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r--settings/templates/personal.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index b4ff5db5c7c..45f61310b30 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -138,7 +138,7 @@ if($_['passwordChangeSupported']) {
<div id="sessions" class="section">
<h2><?php p($l->t('Sessions'));?></h2>
- <span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your ownCloud.'));?></span>
+ <span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your account.'));?></span>
<table>
<thead class="token-list-header">
<tr>
@@ -166,7 +166,7 @@ if($_['passwordChangeSupported']) {
<tbody class="token-list icon-loading">
</tbody>
</table>
- <p><?php p($l->t('A device password is a passcode that gives an app or device permissions to access your ownCloud account.'));?></p>
+ <p><?php p($l->t('A device password is a passcode that gives an app or device permissions to access your account.'));?></p>
<div id="device-token-form">
<input id="device-token-name" type="text" placeholder="Device name">
<button id="device-add-token" class="button">Create new device password</button>
@@ -197,7 +197,7 @@ if($_['passwordChangeSupported']) {
</option>
<?php endforeach;?>
</select>
- <?php if (OC_Util::getEditionString() === ''): ?>
+ <?php if (false && OC_Util::getEditionString() === ''): ?>
<a href="https://www.transifex.com/projects/p/owncloud/"
target="_blank" rel="noreferrer">
<em><?php p($l->t('Help translate'));?></em>
@@ -223,10 +223,10 @@ if($_['passwordChangeSupported']) {
<?php if (OC_Util::getEditionString() === ''): ?>
<p>
<?php print_unescaped($l->t('If you want to support the project
- <a href="https://owncloud.org/contribute"
+ <a href="https://nextcloud.com/contribute"
target="_blank" rel="noreferrer">join development</a>
or
- <a href="https://owncloud.org/promote"
+ <a href="https://nextcloud.com/contribute"
target="_blank" rel="noreferrer">spread the word</a>!'));?>
</p>
<?php endif; ?>