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() }}