mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2024-12-21 21:55:07 -05:00
Fix some more typos
This commit is contained in:
parent
95b95437c7
commit
a7943e53ea
@ -6,7 +6,7 @@
|
||||
<div class="col-md-12 text-center">
|
||||
<h1>FAQ</h1>
|
||||
<hr>
|
||||
<h3>I recieved a tip but I haven't been paid yet. When will I get paid?</h3>
|
||||
<h3>I received a tip but I haven't been paid yet. When will I get paid?</h3>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<hr>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<h5 class="card-title">{{ $meme->title }}</h5>
|
||||
</a>
|
||||
<p class="card-text">By: <a href="{{ url('/user/' . $meme->user->id) }}">{{ $meme->user->name }}</a></p>
|
||||
<p class="card-text">{{ $meme->meme_tips_total }} XMR Recieved</p>
|
||||
<p class="card-text">{{ $meme->meme_tips_total }} XMR Received</p>
|
||||
<p class="card-text">{{ $meme->created_at->diffForHumans() }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<a href="{{ url('/meme/' . $meme->id) }}">
|
||||
<h5 class="card-title">{{ $meme->title }}</h5>
|
||||
</a>
|
||||
<p class="card-text">{{ $meme->meme_tips_total }} XMR Recieved</p>
|
||||
<p class="card-text">{{ $meme->meme_tips_total }} XMR Received</p>
|
||||
<p class="card-text">{{ $meme->created_at->diffForHumans() }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user