]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #4058 from wallabag/feature/copy-client-info
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Wed, 17 Jul 2019 15:04:14 +0000 (17:04 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2019 15:04:14 +0000 (17:04 +0200)
Copy client info to clipboard

src/Wallabag/CoreBundle/Command/InstallCommand.php
yarn.lock

index c58ae2b5bd0500c26af6d6379ddbf6d809af3c3c..50e19f0c7e3653b7fc72facde07c8d42b397e6e2 100644 (file)
@@ -54,7 +54,7 @@ class InstallCommand extends ContainerAwareCommand
 
         $this->io = new SymfonyStyle($input, $output);
 
-        $this->io->title('Wallabag installer');
+        $this->io->title('wallabag installer');
 
         $this
             ->checkRequirements()
@@ -63,7 +63,7 @@ class InstallCommand extends ContainerAwareCommand
             ->setupConfig()
         ;
 
-        $this->io->success('Wallabag has been successfully installed.');
+        $this->io->success('wallabag has been successfully installed.');
         $this->io->success('You can now configure your web server, see https://doc.wallabag.org');
     }
 
index efdf61e670fc131244eee937febd15e6110e83be..eb0f1b37338b8c851c2b407013ce309936fd6dc5 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
@@ -3905,9 +3905,9 @@ lodash.memoize@^4.1.2:
   integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
 
 lodash.mergewith@^4.6.0:
-  version "4.6.1"
-  resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
-  integrity sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==
+  version "4.6.2"
+  resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
+  integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
 
 lodash.tail@^4.1.1:
   version "4.1.1"