Make admin feedback easier understandable#28775
Conversation
There was a problem hiding this comment.
for white labling reasons owncloud has to be replaced with a variable - or you simply remove it.
this -> your
There was a problem hiding this comment.
- 'This' changed to 'your'
- 'ownCloud' removed
551bf6b to
ad94e17
Compare
|
@tomneedham please review the english strings - thx |
| p($l->t('Your instance possibly hosts many users and files. To ensure a smooth upgrade process, please use the command line updater (occ upgrade).')); | ||
| } else { | ||
| p($l->t('Please use the command line updater because automatic updating is disabled in the config.php.')); | ||
| p($l->t('Automatic updating was disabled in config.php. To upgrade your instance, please use the command line updater (occ upgrade).')); |
There was a problem hiding this comment.
Automatic updating is disabled in config.php. To upgrade your instance, please use the command line updater (occ upgrade)
| <div class="infogroup"> | ||
| <?php if ($_['tooBig']) { | ||
| p($l->t('Please use the command line updater because you have a big instance.')); | ||
| p($l->t('Your instance possibly hosts many users and files. To ensure a smooth upgrade process, please use the command line updater (occ upgrade).')); |
There was a problem hiding this comment.
It looks like your instance may host many files and/or users. To ensure a smooth upgrade process, please use the command line updater (occ upgrade).
|
Thanks for review @tomneedham. Incorporated the requested changes. |
|
stable10: #28828 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
You might want to change ('occ upgrade') to this. Should also be fine if you keep it as it is :)