Skip to content
Snippets Groups Projects
Commit 74dfc604 authored by Robin Appelman's avatar Robin Appelman
Browse files

language fixes

parent ff72eac9
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ class ListCommand extends Base { ...@@ -81,7 +81,7 @@ class ListCommand extends Base {
'full', 'full',
null, null,
InputOption::VALUE_NONE, InputOption::VALUE_NONE,
'dont truncate long values in table output' 'don\'t truncate long values in table output'
); );
parent::configure(); parent::configure();
} }
...@@ -107,7 +107,7 @@ class ListCommand extends Base { ...@@ -107,7 +107,7 @@ class ListCommand extends Base {
if ($userId) { if ($userId) {
$output->writeln("<info>No mounts configured by $userId</info>"); $output->writeln("<info>No mounts configured by $userId</info>");
} else { } else {
$output->writeln("<info>No mounts admin configured</info>"); $output->writeln("<info>No admin mounts configured</info>");
} }
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment