diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 10:38:37 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 13:14:24 +0200 |
commit | 19b531fd1412407d401f8433b05f005465ffb96c (patch) | |
tree | e61a31e86566cc5b75690fef544ae82388162ba3 /settings/templates/apps.php | |
parent | 9107fd6cd6f55762d281aa34a4662b1d8e227285 (diff) | |
download | nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.tar.gz nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.zip |
fix more strings
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index d3c14332693..2edbf1530eb 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -117,12 +117,12 @@ script( {{#if missingMinOwnCloudVersion}} <div class="app-dependencies"> - <p><?php p($l->t('This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?></p> + <p><?php p($l->t('This app has no minimum Nextcloud version assigned. This will be an error in the future.')); ?></p> </div> {{else}} {{#if missingMaxOwnCloudVersion}} <div class="app-dependencies"> - <p><?php p($l->t('This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?></p> + <p><?php p($l->t('This app has no maximum Nextcloud version assigned. This will be an error in the future.')); ?></p> </div> {{/if}} {{/if}} |