Skip to content

Commit 11a8743

Browse files
committed
Wording
1 parent affb499 commit 11a8743

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

managers/pipeline.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
include_once('../inc/head.php');
77
?>
88

9-
<h1>Custom CRM - Sales Pipeline</h1>
9+
<h1>My Custom CRM - Sales Pipeline</h1>
10+
11+
<h2>Welcome! Manager</h2>
12+
<div>
13+
You can manage your sales team and contacts here.
14+
</div>
15+
16+
<br />
1017

1118
<?php
1219
//$_GET['currentPage'] = 'pipeline';

sales/leads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include_once('../inc/head.php');
77
?>
88

9-
<h1>Custom CRM</h1>
9+
<h1>My Custom CRM</h1>
1010

1111
<?php
1212
$_GET['currentPage'] = 'leads';

sales/proposal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include_once('../inc/head.php');
77
?>
88

9-
<h1>Custom CRM</h1>
9+
<h1>My Custom CRM</h1>
1010

1111
<?php
1212
$_GET['currentPage'] = 'proposal';

sales/tasks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
include_once('../inc/head.php');
77
?>
88

9-
<h1>Custom CRM</h1>
9+
<h1>My Custom CRM</h1>
1010

1111
<?php
1212
$_GET['currentPage'] = 'tasks';
1313
include_once('../inc/menu.php');
1414
?>
1515

16-
<h2>Welcome to the CRM Dashboard</h1>
16+
<h2>Welcome!</h1>
1717
<div>
1818
Choose an option from the menu above or view your current tasks below.
1919
</div>

template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include_once('../inc/head.php');
77
?>
88

9-
<h1>Custom CRM</h1>
9+
<h1>My Custom CRM</h1>
1010

1111
<?php
1212
include_once('../inc/menu.php');

0 commit comments

Comments
 (0)