From cf0ed8445a4f3d81eeb089b8eefca68bf70560d1 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 24 May 2017 21:06:21 +0100 Subject: [PATCH] Minor tweak of admin welcome page text --- composer.lock | 42 ++++++++++++------------- resources/views/admin/welcome.blade.php | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/composer.lock b/composer.lock index 3eeff020..b45b9184 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "aws/aws-sdk-php", - "version": "3.28.0", + "version": "3.28.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "af653f256d99ff372ce3e3be3048e7e5373ab1bc" + "reference": "8c3c45f73abfa377f37599da49d053e5d2347059" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/af653f256d99ff372ce3e3be3048e7e5373ab1bc", - "reference": "af653f256d99ff372ce3e3be3048e7e5373ab1bc", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8c3c45f73abfa377f37599da49d053e5d2347059", + "reference": "8c3c45f73abfa377f37599da49d053e5d2347059", "shasum": "" }, "require": { @@ -84,7 +84,7 @@ "s3", "sdk" ], - "time": "2017-05-18T20:44:27+00:00" + "time": "2017-05-24T18:18:21+00:00" }, { "name": "barnabywalters/mf-cleaner", @@ -2392,16 +2392,16 @@ }, { "name": "phaza/laravel-postgis", - "version": "3.1.2", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/njbarrett/laravel-postgis.git", - "reference": "f20044a05d52ba45feb6ae356eb54f65b167e504" + "reference": "64f279eb3972b8b6b77e3cb43170a4095da4515f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/njbarrett/laravel-postgis/zipball/f20044a05d52ba45feb6ae356eb54f65b167e504", - "reference": "f20044a05d52ba45feb6ae356eb54f65b167e504", + "url": "https://api.github.com/repos/njbarrett/laravel-postgis/zipball/64f279eb3972b8b6b77e3cb43170a4095da4515f", + "reference": "64f279eb3972b8b6b77e3cb43170a4095da4515f", "shasum": "" }, "require": { @@ -2438,7 +2438,7 @@ } ], "description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models", - "time": "2017-05-21T06:19:14+00:00" + "time": "2017-05-23T09:38:08+00:00" }, { "name": "pmatseykanets/laravel-scout-postgres", @@ -4797,16 +4797,16 @@ }, { "name": "phpunit/phpunit", - "version": "5.7.19", + "version": "5.7.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1" + "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1", - "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cb94a5f8c07a03c8b7527ed7468a2926203f58b", + "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b", "shasum": "" }, "require": { @@ -4824,7 +4824,7 @@ "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^3.2", "sebastian/comparator": "^1.2.4", - "sebastian/diff": "~1.2", + "sebastian/diff": "^1.4.3", "sebastian/environment": "^1.3.4 || ^2.0", "sebastian/exporter": "~2.0", "sebastian/global-state": "^1.1", @@ -4875,7 +4875,7 @@ "testing", "xunit" ], - "time": "2017-04-03T02:22:27+00:00" + "time": "2017-05-22T07:42:55+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -5047,16 +5047,16 @@ }, { "name": "sebastian/diff", - "version": "1.4.2", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2" + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2", - "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { @@ -5095,7 +5095,7 @@ "keywords": [ "diff" ], - "time": "2017-05-18T13:44:30+00:00" + "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", diff --git a/resources/views/admin/welcome.blade.php b/resources/views/admin/welcome.blade.php index 72a38221..3c35aada 100644 --- a/resources/views/admin/welcome.blade.php +++ b/resources/views/admin/welcome.blade.php @@ -14,7 +14,7 @@ Admin CP

You can either create new notes, or edit them.

Clients

-

You can either create new contacts, or edit them.

+

You can either create new client names, or edit them.

Contacts

You can either create new contacts, or edit them.