Skip to content

Commit 1bb56ef

Browse files
committed
Removed unintended reference to another module
1 parent e5e512e commit 1bb56ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LJPcAlternativeSignaturesModule/Providers/LJPcAlternativeSignaturesModuleServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function registerViews() {
4242
], 'views' );
4343

4444
$this->loadViewsFrom( array_merge( array_map( function ( $path ) {
45-
return $path . '/modules/ljpccalendarmodule';
45+
return $path . '/modules/ljpcalternativesignaturesmodule';
4646
}, Config::get( 'view.paths' ) ), [ $sourcePath ] ), 'signatures' );
4747
}
4848

LJPcAlternativeSignaturesModule/module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "LJPc alternative signatures module",
33
"alias": "ljpcalternativesignaturesmodule",
44
"description": "This module adds the option to add alternative signatures to Freescout mailboxes",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"detailsUrl": "",
77
"author": "LJPc solutions",
88
"authorUrl": "https://ljpc.solutions",

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This module adds the option to add alternative signatures in FreeScout.
1919
3. Unpack the zip file.
2020
4. Remove the zip file.
2121
5. Activate the module via the Modules page in FreeScout.
22-
6. Add at least one calendar via the Settings page in FreeScout.
22+
6. Add at least one signature via the mailbox settings in FreeScout.
2323

2424
## Update instructions
2525

@@ -37,7 +37,7 @@ Feel free to add your own features by sending a pull request.
3737
## Custom software
3838

3939
Interested in a custom FreeScout module or anything else? Please let us know
40-
via [[email protected]](mailto:[email protected]?subject=Calendar%20module) or [www.ljpc.solutions](https://ljpc.solutions).
40+
via [[email protected]](mailto:[email protected]?subject=Signatures%20module) or [www.ljpc.solutions](https://ljpc.solutions).
4141

4242
## Donations
4343

0 commit comments

Comments
 (0)