Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Coopman <dieter@deltasolutions.be>
  • Loading branch information
dietercoopman committed Oct 27, 2023
1 parent 8515d52 commit ab8530b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/TranslationsExportCommand.php
Expand Up @@ -11,7 +11,7 @@ class TranslationsExportCommand extends Command
{
public $signature = 'translations:export {--filename=} {--type=}';

public $description = 'Export the translations table';
public $description = 'Export the language_lines table';

public function handle(): int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/TranslationsImportCommand.php
Expand Up @@ -9,7 +9,7 @@ class TranslationsImportCommand extends Command
{
public $signature = 'translations:import {--filename=}';

public $description = 'Import a file to the translations table';
public $description = 'Import a file to the language_lines table';

public function handle(): int
{
Expand Down

0 comments on commit ab8530b

Please sign in to comment.