diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index da7dcc9..c3817fd 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,6 +1,6 @@ setStyle('core', $css ?? ''); - $head->title = 'Orange Management Timerecording'; + $head->title = 'Karaka Timerecording'; } /** diff --git a/Application/Timerecording/TimerecordingView.php b/Application/Timerecording/TimerecordingView.php index 9c80c16..6aa5b50 100755 --- a/Application/Timerecording/TimerecordingView.php +++ b/Application/Timerecording/TimerecordingView.php @@ -1,6 +1,6 @@ getData('head'); ?> diff --git a/Application/Timerecording/manifest.json b/Application/Timerecording/manifest.json index b84f605..2b5e2d4 100755 --- a/Application/Timerecording/manifest.json +++ b/Application/Timerecording/manifest.json @@ -3,7 +3,7 @@ "dir": "ltr", "start_url": "../../en/timerecording", "type": "privileged", - "name": "Orange Management Time Recording", + "name": "Karaka Time Recording", "description": "OMS timerecording application.", "short_name": "OMS Backend", "icons": [ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad8944e..cda9eb2 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Code Style & Best Practices -For the code style and best practices please have a look at the developer-guide [https://github.com/Orange-Management/Developer-Guide](https://github.com/Orange-Management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. +For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. ## How Can I Contribute @@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all ### Issues -Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/Orange-Management/Docs/blob/master/Project/PROJECT.md) file. +Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file. ### Code Style diff --git a/Controller/ApiController.php b/Controller/ApiController.php index a230e89..8b881f1 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -1,6 +1,6 @@