ArthurGuy / BBMembershipSystem

A membership management system for the Maker Space Build Brighton
https://arthurguy.co.uk/portfolio/bbms
GNU General Public License v3.0
20 stars 16 forks source link

Spelling mistake #189

Closed jtee3d closed 6 years ago

jtee3d commented 8 years ago

I've just paid for my laser cutter access and I've notices a spelling mistake on the following page. BBMembershipSystem/resources/views/account/partials/induction-panel.blade.php

Line 51: {!! Form::submit('Refund paymet to balance', array('class'=>'btn btn-default btn-xs')) !!}

Should be: {!! Form::submit('Refund payment to balance', array('class'=>'btn btn-default btn-xs')) !!}