We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9c727 commit e5477d7Copy full SHA for e5477d7
1 file changed
resources/views/studio/links.blade.php
@@ -198,7 +198,7 @@
198
{!! $links ?? ''->links() !!}
199
</ul>
200
201
- @if(count($links) > 3)<a class="btn btn-primary" href="{{ url('/studio/add-link') }}">{{__('messages.Add new link')}}</a>@endif
+ @if(count($links) > 3)<a class="btn btn-primary" href="{{ url('/studio/add-link') }}">{{__('messages.Add new Link')}}</a>@endif
202
</div>
203
</section>
204
0 commit comments