diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-05-21 15:45:54 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-06-02 17:49:32 +0200 |
commit | 9c6b01abeba6928bd43dc71ac2f2372f2ea0c49f (patch) | |
tree | 58f98d4c7b25dade23c4b77cfec8bdc3288eab14 /core/Command/Upgrade.php | |
parent | d0cf20cc51c6f7d119d21d3ea3ed81b9b52f2c9d (diff) | |
download | nextcloud-server-9c6b01abeba6928bd43dc71ac2f2372f2ea0c49f.tar.gz nextcloud-server-9c6b01abeba6928bd43dc71ac2f2372f2ea0c49f.zip |
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core/Command/Upgrade.php')
-rw-r--r-- | core/Command/Upgrade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 7ad3360c1bc..14d604c5e22 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -208,10 +208,10 @@ class Upgrade extends Command { $output->writeln('<info>Checking for update of app ' . $app . ' in appstore</info>'); }); $updater->listen('\OC\Updater', 'upgradeAppStoreApp', function ($app) use ($output) { - $output->writeln('<info>Update app ' . $app . ' from appstore</info>'); + $output->writeln('<info>Update app ' . $app . ' from App Store</info>'); }); $updater->listen('\OC\Updater', 'checkAppStoreApp', function ($app) use ($output) { - $output->writeln('<info>Checked for update of app "' . $app . '" in appstore </info>'); + $output->writeln('<info>Checked for update of app "' . $app . '" in App Store </info>'); }); $updater->listen('\OC\Updater', 'appSimulateUpdate', function ($app) use ($output) { $output->writeln("<info>Checking whether the database schema for <$app> can be updated (this can take a long time depending on the database size)</info>"); |