diff options
Diffstat (limited to 'app/Module/ModuleSidebarInterface.php')
| -rw-r--r-- | app/Module/ModuleSidebarInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ModuleSidebarInterface.php b/app/Module/ModuleSidebarInterface.php index 8332b0b4b6..392bd32d88 100644 --- a/app/Module/ModuleSidebarInterface.php +++ b/app/Module/ModuleSidebarInterface.php @@ -20,7 +20,7 @@ namespace Fisharebest\Webtrees\Module; */ interface ModuleSidebarInterface { /** - * The user can change the order of sidebars. Until they do this, they are shown in this order. + * The user can change the order of sidebars. Until they do this, they are shown in this order. * * @return int */ |
