Update site.blade.php

This commit is contained in:
Frank 2023-06-20 07:41:57 +02:00 committed by GitHub
parent 6930904747
commit b0ebe0cf7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
<h3>{{__('messages.Home message')}}</h3>
<textarea class="form-control ckeditor" name="message" rows="3">{{ $home_message }}</textarea>
</div>
<button type="submit" class="mt-3 ml-3 btn btn-primary">Save</button>
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save')}}</button>
</form>
</div>