Skip to content

Commit

Permalink
Update QuickTranslate.php fix duster lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
musta20 authored May 11, 2024
1 parent 3e8dabd commit c600710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/QuickTranslate.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function getNavigationGroup(): ?string

public static function getNavigationLabel(): string
{
return trans_choice('translation-manager::translations.quick-translate',1);
return trans_choice('translation-manager::translations.quick-translate', 1);
}

public static function getNavigationIcon(): ?string
Expand Down

0 comments on commit c600710

Please sign in to comment.