From a7943e53ea695e049441c8d390e9d50f2cae1caa Mon Sep 17 00:00:00 2001 From: dev Date: Sun, 24 Apr 2022 19:10:28 -0500 Subject: [PATCH] Fix some more typos --- resources/views/contact.blade.php | 2 +- resources/views/homepage.blade.php | 2 +- resources/views/profile.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php index 2c69600..e7235dd 100644 --- a/resources/views/contact.blade.php +++ b/resources/views/contact.blade.php @@ -6,7 +6,7 @@

FAQ


-

I recieved a tip but I haven't been paid yet. When will I get paid?

+

I received a tip but I haven't been paid yet. When will I get paid?

Payments usually go out a few times an hour however there can be a delay. Please submit an issue if you have not been paid after 24 hours.

If the tip is too small, it may not be able to send if it does not cover the fee. You can fix this by sending a tip to cover the fee.


diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index 00cb255..53bf837 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -37,7 +37,7 @@
{{ $meme->title }}

By: {{ $meme->user->name }}

-

{{ $meme->meme_tips_total }} XMR Recieved

+

{{ $meme->meme_tips_total }} XMR Received

{{ $meme->created_at->diffForHumans() }}

diff --git a/resources/views/profile.blade.php b/resources/views/profile.blade.php index ce03f53..e762848 100644 --- a/resources/views/profile.blade.php +++ b/resources/views/profile.blade.php @@ -22,7 +22,7 @@
{{ $meme->title }}
-

{{ $meme->meme_tips_total }} XMR Recieved

+

{{ $meme->meme_tips_total }} XMR Received

{{ $meme->created_at->diffForHumans() }}